fix(editor): Improvements to the commit modal (#12031)

This commit is contained in:
Raúl Gómez Morales
2024-12-06 12:53:14 +01:00
committed by GitHub
parent 60b3dccf93
commit 4fe1952e2f
10 changed files with 685 additions and 344 deletions

View File

@@ -2,7 +2,7 @@
import Modal from './Modal.vue';
import { SOURCE_CONTROL_PULL_MODAL_KEY } from '@/constants';
import type { EventBus } from 'n8n-design-system/utils';
import type { SourceControlAggregatedFile } from '@/Interface';
import type { SourceControlAggregatedFile } from '@/types/sourceControl.types';
import { useI18n } from '@/composables/useI18n';
import { useLoadingService } from '@/composables/useLoadingService';
import { useToast } from '@/composables/useToast';