fix(edge/stacks): ignore missing file [EE-5649] (#9127)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<div style="padding: 20px">
|
||||
<edit-edge-stack-form
|
||||
ng-if="$ctrl.edgeGroups && $ctrl.stack && $ctrl.formValues.content"
|
||||
ng-if="$ctrl.edgeGroups && $ctrl.stack && $ctrl.formValues.content !== null"
|
||||
edge-groups="$ctrl.edgeGroups"
|
||||
edge-stack="$ctrl.stack"
|
||||
is-submitting="$ctrl.state.actionInProgress"
|
||||
|
||||
Reference in New Issue
Block a user