mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-24 21:35:24 +02:00
fix(editor): Restore workers view (#11876)
This commit is contained in:
parent
e22d0f3877
commit
3aa72f613f
|
|
@ -9,6 +9,7 @@ import { usePushConnection } from '@/composables/usePushConnection';
|
|||
import { usePushConnectionStore } from '@/stores/pushConnection.store';
|
||||
import { useRootStore } from '@/stores/root.store';
|
||||
import { useTelemetry } from '@/composables/useTelemetry';
|
||||
import WorkerCard from './Workers/WorkerCard.ee.vue';
|
||||
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user