0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
Dieser Commit ist enthalten in:
Angus McLeod 2020-04-15 18:58:10 +10:00
Ursprung a1272de568
Commit 4889435164

Datei anzeigen

@ -105,7 +105,7 @@ function buildBasicProperties(json, type, props) {
props[p] = buildProperty(json, p, type);
if (hasAdvancedProperties(json, type)) {
result.showAdvanced = true;
props.showAdvanced = true;
}
});