We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590a7a3 commit 8a1284dCopy full SHA for 8a1284d
ui/src/components/workflow-dropdown-menu/index.vue
@@ -6,7 +6,7 @@ import { inject } from 'vue'
6
import { WorkflowMode } from '@/enums/application'
7
import ApplicationDropdownMenu from '@/components/workflow-dropdown-menu/application/index.vue'
8
import KnowledgeDropdownMenu from '@/components/workflow-dropdown-menu/knowledge/index.vue'
9
-const workflow_mode = inject('workflowMode') || WorkflowMode.Application
+const workflow_mode: WorkflowMode = inject('workflowMode') || WorkflowMode.Application
10
defineProps({
11
show: {
12
type: Boolean,
0 commit comments