Skip to content

Commit

Permalink
🐛 isDisabled logic regression (#1890)
Browse files Browse the repository at this point in the history
Regressed in https://github.com/konveyor/tackle2-ui/pull/1803/files
Resolves #1874

Signed-off-by: Ian Bolton <[email protected]>
  • Loading branch information
ibolton336 authored May 7, 2024
1 parent 6937170 commit 0501e1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ export const ApplicationsTable: React.FC = () => {
? [
<DropdownItem
key="applications-bulk-delete"
isDisabled={selectedRows.length < 1}
onClick={() => {
setApplicationsToDelete(selectedRows);
}}
Expand Down

0 comments on commit 0501e1c

Please sign in to comment.