Skip to content

Commit

Permalink
🐛 Disallow delete of app assigned to wave (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 authored Dec 12, 2023
1 parent 4b1ffa9 commit dc9ee3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ export const ApplicationsTable: React.FC = () => {
title: t("actions.delete"),
onClick: () =>
setApplicationsToDelete([application]),
isDisabled: application.migrationWave !== null,
},
{
title: t("actions.manageDependencies"),
Expand Down

0 comments on commit dc9ee3a

Please sign in to comment.