mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00: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:
committed by
GitHub
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>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user