Skip to content

Commit

Permalink
fix(artifacts): remove unreachable error markup (#5031)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bloch-Wehba-Seaward authored and anotherchrisberry committed Mar 21, 2018
1 parent fa56cb7 commit d9caaab
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ module(BASE64_ARTIFACT, [
ng-model="ctrl.artifact.name" />
</div>
</div>
<div ng-if="ctrl.encodeDecodeError" class="form-group row">
<div class="col-md-12 error-message">
Error encoding/decoding artifact content: {{ ctrl.encodeDecodeError }}
</div>
</div>
</div>
`,
});
Expand Down

0 comments on commit d9caaab

Please sign in to comment.