Skip to content

Commit

Permalink
refactor:
Browse files Browse the repository at this point in the history
  • Loading branch information
helgev-traP committed Nov 11, 2023
1 parent 069bd90 commit 6a11ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Events/EventLevelMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const emit = defineEmits<{
<button
:class="$style.eventLevelMenuButton"
:disabled="eventLevel === level"
@click="emit('update-event-level', eventLevelValueMap[detail.value])"
@click="emit('update-event-level', level as EventLevelValue)"
>
<p :class="$style.statusName">{{ detail.label }}</p>
<p :class="$style.description">
Expand Down

0 comments on commit 6a11ac8

Please sign in to comment.