mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Lint fix
This commit is contained in:
parent
e94f1f88b2
commit
d30bd7e501
|
@ -266,7 +266,6 @@ export default defineComponent({
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
|
|
||||||
this.trackPage();
|
this.trackPage();
|
||||||
void this.externalHooks.run('app.mount');
|
void this.externalHooks.run('app.mount');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue