Skip to content

Commit

Permalink
fix: changed faulty imported that failed build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrer committed Jun 21, 2024
1 parent db665ab commit 4687958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workflows/timeline/TimelineFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import filtersStore from "@/store/filters-store"
import workflowsStore from "@/store/workflows-store"
import { computed, onMounted, ref } from "vue"
import MultiSelect from "primevue/multiselect"
import { type DropdownOption, type GroundTruth } from "@/types"
import type { DropdownOption, GroundTruth } from "@/types"
import { deduplicateStepIds, mapGtId } from '@/helpers/utils'
import { useI18n } from "vue-i18n"
Expand Down

0 comments on commit 4687958

Please sign in to comment.