Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Jun 3, 2024
1 parent 0841a13 commit 07ef6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workflows/WorkflowsControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import {
WorkflowType,
useWorkflowsStore,
} from '@/stores/workflows'
import { AlertType, useAlertsStore } from '@/stores/alerts.ts'
import { useAlertsStore } from '@/stores/alerts.ts'
import { generateDefaultUISchema, generateJsonSchema } from './workflowUtils'
import { useDisplay } from 'vuetify'
Expand Down

0 comments on commit 07ef6c0

Please sign in to comment.