mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-25 19:41:14 -08:00
fix(editor): Remove n8nHooksNext
flag (no-changelog) (#7733)
Hooks won't be injected anymore https://github.com/n8n-io/n8n-hosted-backend/pull/816
This commit is contained in:
parent
44d3b3ed7e
commit
b66b8c18e9
|
@ -1 +0,0 @@
|
|||
window.n8nHooksNext = true;
|
|
@ -11,8 +11,6 @@ import '@fontsource/open-sans/latin-400.css';
|
|||
import '@fontsource/open-sans/latin-600.css';
|
||||
import '@fontsource/open-sans/latin-700.css';
|
||||
|
||||
import './hooks/init';
|
||||
|
||||
import App from '@/App.vue';
|
||||
import router from './router';
|
||||
|
||||
|
|
1
packages/editor-ui/src/shims.d.ts
vendored
1
packages/editor-ui/src/shims.d.ts
vendored
|
@ -20,7 +20,6 @@ declare global {
|
|||
interface Window {
|
||||
BASE_PATH: string;
|
||||
REST_ENDPOINT: string;
|
||||
n8nHooksNext: boolean;
|
||||
n8nExternalHooks?: PartialDeep<ExternalHooks>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue