fix(editor): Move projects and rbac files (no-changelog) (#9651)
This commit is contained in:
@@ -68,7 +68,7 @@ import { tryToParseNumber } from '@/utils/typesUtils';
|
||||
import { useI18n } from '@/composables/useI18n';
|
||||
import type { useRouter } from 'vue-router';
|
||||
import { useTelemetry } from '@/composables/useTelemetry';
|
||||
import { useProjectsStore } from '@/features/projects/projects.store';
|
||||
import { useProjectsStore } from '@/stores/projects.store';
|
||||
|
||||
export function resolveParameter<T = IDataObject>(
|
||||
parameter: NodeParameterValue | INodeParameters | NodeParameterValue[] | INodeParameters[],
|
||||
|
||||
Reference in New Issue
Block a user