fix(editor): Show custom project icons on create sidebar dropdown (#18204)

This commit is contained in:
Jaakko Husso
2025-08-12 15:07:17 +03:00
committed by GitHub
parent 71f51519de
commit d2cc939725
3 changed files with 41 additions and 11 deletions

View File

@@ -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',