Skip to content

Commit 365247b

Browse files
committed
fix: pass clearCheckboxes method to ResourceListTableVirtual component
1 parent d355696 commit 365247b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/spa/src/views/ListView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
:resource="coreStore.resource"
2828
:adminUser="coreStore.adminUser"
2929
:checkboxes="checkboxes"
30+
:clearCheckboxes="clearCheckboxes"
3031
/>
3132
<button
3233
@click="()=>{checkboxes = []}"

0 commit comments

Comments
 (0)