Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/case-id-null
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Nov 3, 2023
2 parents ea51ab7 + dcafb24 commit f644e18
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/dispatch/static/dispatch/src/case/BulkEditSheet.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<template>
<v-bottom-sheet v-model="showBulkEdit" hide-overlay persistent>
<v-bottom-sheet
v-model="showBulkEdit"
:scrim="false"
persistent
no-click-animation
:retain-focus="false"
>
<handoff-dialog />
<closed-dialog />
<v-card :loading="bulkEditLoading" rounded="0">
Expand Down

0 comments on commit f644e18

Please sign in to comment.