Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Don't allow editing a plan with no associated mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed Sep 21, 2018
1 parent 21da3b3 commit 1cfb858
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class MigrationsNotStartedList extends React.Component {
e.stopPropagation();
showPlanWizardEditModeAction(plan.id);
}}
disabled={isMissingMapping || loading === plan.href}
>
{__('Edit')}
</MenuItem>
Expand Down

0 comments on commit 1cfb858

Please sign in to comment.