[skip ci]

This commit is contained in:
Johnpaul
2025-08-21 02:43:10 +01:00
parent 8fb225f1f6
commit c6d6de74d6

View File

@@ -2,7 +2,7 @@ import WorkflowTemplateSelector from '@/components/custom/widget/WorkflowTemplat
import { useDialogService } from '@/services/dialogService'
import { useDialogStore } from '@/stores/dialogStore'
const DIALOG_KEY = 'global-workflow-template-selector'
const DIALOG_KEY = 'global-workflow-template-selector';
export const useWorkflowTemplateSelectorDialog = () => {
const dialogService = useDialogService()