Skip to content

Commit

Permalink
fix: remove duplicate date picker in NR reactivate menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed May 14, 2024
1 parent 8565632 commit 918ff29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NotificationRuleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
xs8
>
<v-menu
ref="menu1"
v-model="menu1"
ref="menu2"
v-model="menu2"
:close-on-content-click="false"
:nudge-right="40"
lazy
Expand All @@ -159,7 +159,7 @@
<v-date-picker
v-model="editedItem.reactivateDate"
no-title
@input="menu1 = false"
@input="menu2 = false"
/>
</v-menu>
</v-flex>
Expand Down

0 comments on commit 918ff29

Please sign in to comment.