Skip to content

Commit

Permalink
Fix DataDialogTable value/model usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 24, 2023
1 parent 2896a98 commit d2edbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/SelectionDialog/DataDialogTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- todo: rewrite this to send events up instead of two way prop binding -->
<!-- eslint-disable vue/no-mutating-props-->
<b-table
v-model:busy="isBusy"
small
hover
:busy="isBusy"
:items="items"
:fields="fields"
:filter="filter"
Expand Down

0 comments on commit d2edbc6

Please sign in to comment.