Skip to content

Commit c93df5d

Browse files
committed
🐛 isDisabled logic regression
1 parent 6937170 commit c93df5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/app/pages/applications/applications-table/applications-table.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ export const ApplicationsTable: React.FC = () => {
586586
? [
587587
<DropdownItem
588588
key="applications-bulk-delete"
589+
isDisabled={selectedRows.length < 1}
589590
onClick={() => {
590591
setApplicationsToDelete(selectedRows);
591592
}}

0 commit comments

Comments
 (0)