Skip to content

Commit e427b75

Browse files
Cleaning
1 parent 14f1ab8 commit e427b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/slots/TfootSlot.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const props = withDefaults(defineProps<TFootSlotProps>(), {});
9696
9797
const allSelectable = ref();
9898
const theme = useTheme();
99-
const isAllSelected = ref<boolean>(props.slotProps.allRowsSelected);
99+
const isAllSelected = ref<boolean>(false);
100100
const items = ref(props.items);
101101
const tableModelValue = computed(() => props.tableModelValue);
102102

0 commit comments

Comments
 (0)