mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(editor): Move frontend permissions code to @n8n/permissions (no-changelog) (#16656)
This commit is contained in:
@@ -93,7 +93,7 @@ import { useExternalHooks } from '@/composables/useExternalHooks';
|
||||
import { useI18n } from '@n8n/i18n';
|
||||
import { useRoute, useRouter } from 'vue-router';
|
||||
import { useUIStore } from '@/stores/ui.store';
|
||||
import { getResourcePermissions } from '@/permissions';
|
||||
import { getResourcePermissions } from '@n8n/permissions';
|
||||
|
||||
const SURVEY_VERSION = 'v4';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user