diff --git a/apps/home/static/home/js/tabs/styles.js b/apps/home/static/home/js/tabs/styles.js index f1b3a9a..e1e1be4 100644 --- a/apps/home/static/home/js/tabs/styles.js +++ b/apps/home/static/home/js/tabs/styles.js @@ -290,4 +290,10 @@ async function loadMutatorOptions() { }); $inputs.prop("disabled", false); + + // Re-init the component + if ($inputs.next('.corbz-select-container').length) { + $inputs.next('.corbz-select-container').remove(); + $inputs.initCorbzSelect(); + } } diff --git a/apps/home/templates/home/modals/editStyle.html b/apps/home/templates/home/modals/editStyle.html index d5229c0..6193d62 100644 --- a/apps/home/templates/home/modals/editStyle.html +++ b/apps/home/templates/home/modals/editStyle.html @@ -74,8 +74,8 @@
- +
Modify the title in fun ways.
@@ -83,8 +83,8 @@
- +
Modify the description in fun ways.