Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-14 05:52:52 +01:00
cleanup
Dieser Commit ist enthalten in:
Ursprung
9c98887437
Commit
21b0d52b1b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -8,7 +8,7 @@ export default {
|
||||||
component.set("wizardList", result);
|
component.set("wizardList", result);
|
||||||
})
|
})
|
||||||
.catch(popupAjaxError);
|
.catch(popupAjaxError);
|
||||||
attrs
|
|
||||||
component.set(
|
component.set(
|
||||||
"wizardListVal",
|
"wizardListVal",
|
||||||
attrs?.category?.custom_fields?.create_topic_wizard
|
attrs?.category?.custom_fields?.create_topic_wizard
|
||||||
|
|
Laden …
In neuem Issue referenzieren