Skip to content

Commit dc9ee3a

Browse files
authored
🐛 Disallow delete of app assigned to wave (#1608)
Resolves https://issues.redhat.com/browse/MTA-1843 Signed-off-by: ibolton336 <[email protected]>
1 parent 4b1ffa9 commit dc9ee3a

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
@@ -1015,6 +1015,7 @@ export const ApplicationsTable: React.FC = () => {
10151015
title: t("actions.delete"),
10161016
onClick: () =>
10171017
setApplicationsToDelete([application]),
1018+
isDisabled: application.migrationWave !== null,
10181019
},
10191020
{
10201021
title: t("actions.manageDependencies"),

0 commit comments

Comments
 (0)