Rebuilt the settings view in Svelte
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
attached: function () {
|
||||
this.svelteComponent = SvelteComponents.createComponent(
|
||||
"AdminNetworkView",
|
||||
document.getElementById("svelte-root")
|
||||
document.getElementById("admin-network")
|
||||
);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user