mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Show custom project icons on create sidebar dropdown (#18204)
This commit is contained in:
@@ -4,8 +4,8 @@ import { createComponentRenderer } from '@/__tests__/render';
|
||||
import ResourcesListLayout from '@/components/layouts/ResourcesListLayout.vue';
|
||||
import type { Resource } from '@/Interface';
|
||||
import type router from 'vue-router';
|
||||
import type { ProjectSharingData } from 'n8n-workflow';
|
||||
import { waitAllPromises } from '@/__tests__/utils';
|
||||
import type { ProjectSharingData } from '@/types/projects.types';
|
||||
|
||||
const TEST_HOME_PROJECT: ProjectSharingData = vi.hoisted(() => ({
|
||||
id: '1',
|
||||
|
||||
Reference in New Issue
Block a user