Skip to content

Commit 2198fd3

Browse files
committed
remove optional check
1 parent f3a690c commit 2198fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/BulkSelection/BulkSelectionProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const BulkSelectionContext = createContext<UseBulkSelectionReturnType<any>>({
3737
selectedIdentifiers: {},
3838
handleBulkSelection: noop,
3939
isChecked: false,
40-
checkboxValue: CHECKBOX_VALUE?.CHECKED,
40+
checkboxValue: CHECKBOX_VALUE.CHECKED,
4141
isBulkSelectionApplied: false,
4242
getSelectedIdentifiersCount: noop,
4343
})

0 commit comments

Comments
 (0)