0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

FIX: Ensure tag_groups is in wizard schema

Dieser Commit ist enthalten in:
Angus McLeod 2023-03-06 10:00:52 +01:00
Ursprung ebea3e666a
Commit 0fc2c6b850

Datei anzeigen

@ -72,6 +72,7 @@ const field = {
required: null,
type: null,
condition: null,
tag_groups: null
},
types: {},
mapped: ["prefill", "content", "condition", "index"],