diff --git a/app/views/admin/communication/blocks/edit.html.erb b/app/views/admin/communication/blocks/edit.html.erb index 22de33826d37f5ccbdf7985f6f31a673656e0455..069ad2c1dbe4cf966ddd56bf84bae9a0c1790023 100644 --- a/app/views/admin/communication/blocks/edit.html.erb +++ b/app/views/admin/communication/blocks/edit.html.erb @@ -91,6 +91,8 @@ }); window.addEventListener('load', function(){ - app.mount('#app') + setTimeout(function() { + app.mount('#app'); + }, 1000); }); </script>