Skip to content

Commit

Permalink
Fix 1302
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Feb 13, 2020
1 parent 59dc213 commit dfccf89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
<button
type="button"
:disabled="disabled"
class="button normal-input button-delete full_width"
class="button normal-input button-delete "
@click="showModal = true">Nuke
</button>
<modal-component
Expand Down
Expand Up @@ -23,7 +23,7 @@
</button>
<nuke-component
:disabled="!sledImage.id"
class="inline full_width"
class="inline"
@confirm="updateSled"/>
</div>
<ul v-if="sledImage.metadata.length > 0 && summary.length === 0">
Expand Down

0 comments on commit dfccf89

Please sign in to comment.