mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: type
This commit is contained in:
parent
152ca97719
commit
932ca0781a
|
@ -3,7 +3,6 @@ import { ref, computed, useCssModule } from 'vue';
|
|||
import type { ExecutionSummary } from 'n8n-workflow';
|
||||
import { useI18n } from '@/composables/useI18n';
|
||||
import { WAIT_TIME_UNLIMITED } from '@/constants';
|
||||
import { useRouter } from 'vue-router';
|
||||
import { convertToDisplayDate } from '@/utils/formatters/dateFormatter';
|
||||
import { i18n as locale } from '@/plugins/i18n';
|
||||
import ExecutionsTime from '@/components/executions/ExecutionsTime.vue';
|
||||
|
@ -35,7 +34,6 @@ const props = withDefaults(
|
|||
|
||||
const style = useCssModule();
|
||||
const i18n = useI18n();
|
||||
const router = useRouter();
|
||||
const executionHelpers = useExecutionHelpers();
|
||||
|
||||
const isStopping = ref(false);
|
||||
|
|
Loading…
Reference in a new issue