Skip to content

Commit

Permalink
Fix nuke button
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Feb 19, 2020
1 parent 0ce1c93 commit 7470c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{{ summary.length ? 'Update' : 'Create' }} and new
</button>
<nuke-component
:disabled="!sledImage.id"
:disabled="summary.length === 0"
class="inline"
@confirm="updateSled"/>
</div>
Expand Down

0 comments on commit 7470c4b

Please sign in to comment.