Skip to content

Commit

Permalink
Merge pull request apolloconfig#592 from lepdou/bugfix_btn-disabled
Browse files Browse the repository at this point in the history
bugfix: submit disabled when not select env
  • Loading branch information
lepdou authored Apr 12, 2017
2 parents e2febee + c3e29ff commit 325c0d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function itemModalDirective(toastr, $sce, AppUtil, EventManager, ConfigService)
} else {
if (selectedClusters.length == 0) {
toastr.error("请选择集群");
scope.item.addItemBtnDisabled = false;
return;
}

Expand Down

0 comments on commit 325c0d8

Please sign in to comment.