mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08: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 a new issue