Skip to content

Commit

Permalink
style: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrer committed Jun 14, 2024
1 parent a0fe973 commit 820a540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/workflows/timeline/TimelineItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const props = defineProps<{
}>()
const op = ref<OverlayPanel>()
const opLabelling = ref()
const isOpVisible = ref(false)
const selectedStep = ref<WorkflowStep | null>(null)
const startDate = ref<Date>(new Date('2023-10-01'))
Expand Down

0 comments on commit 820a540

Please sign in to comment.