diff --git a/app/javascript/react/screens/App/Overview/components/Migrations/MigrationsNotStartedList.js b/app/javascript/react/screens/App/Overview/components/Migrations/MigrationsNotStartedList.js index 6a4a5800d2..b07f1d71b1 100644 --- a/app/javascript/react/screens/App/Overview/components/Migrations/MigrationsNotStartedList.js +++ b/app/javascript/react/screens/App/Overview/components/Migrations/MigrationsNotStartedList.js @@ -130,6 +130,7 @@ class MigrationsNotStartedList extends React.Component { e.stopPropagation(); showPlanWizardEditModeAction(plan.id); }} + disabled={isMissingMapping || loading === plan.href} > {__('Edit')}