Skip to content

Commit

Permalink
Move content
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Dubreuil <[email protected]>
  • Loading branch information
gildub committed Jul 21, 2023
1 parent f7fe41f commit b41e781
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,11 @@ export const ApplicationsTableAnalyze: React.FC = () => {
title: t("actions.delete"),
...(row.migrationWave !== null && {
isAriaDisabled: true,
tooltip: "Cannot delete application assigned to a migration wave.",
tooltipProps: { position: TooltipPosition.top, content: "blah" },
tooltipProps: {
position: TooltipPosition.top,
content:
"Cannot delete application assigned to a migration wave.",
},
}),
onClick: () => deleteRow(row),
}
Expand Down

0 comments on commit b41e781

Please sign in to comment.