Skip to content

Commit

Permalink
fix(editor): Restore workers view (#11876)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored and netroy committed Nov 26, 2024
1 parent 9709d3e commit c28ed67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor-ui/src/components/WorkerList.ee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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<{
Expand Down

0 comments on commit c28ed67

Please sign in to comment.