mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Rename workspaceStateStore to workspaceStore (#1374)
This commit is contained in:
@@ -16,7 +16,7 @@ import { computed, onMounted, onBeforeUnmount, watch, watchEffect } from 'vue'
|
||||
import { app } from '@/scripts/app'
|
||||
import { useSettingStore } from '@/stores/settingStore'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { useWorkspaceStore } from '@/stores/workspaceStateStore'
|
||||
import { useWorkspaceStore } from '@/stores/workspaceStore'
|
||||
import { api } from '@/scripts/api'
|
||||
import { StatusWsMessageStatus } from '@/types/apiTypes'
|
||||
import { useQueuePendingTaskCountStore } from '@/stores/queueStore'
|
||||
|
||||
Reference in New Issue
Block a user