Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix: proposal errors display in a modal
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Oct 28, 2019
1 parent 0bbddc5 commit 8f53b25
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pages/proposal/class.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,18 @@
:edit="edit"
:iri="_iri">

<p v-show="error">{{ error }}</p>
<div
v-show="error"
class="modal is-active">
<div class="modal-background" />
<div class="modal-content has-text-centered">
<div class="box">
<p class="subtitle">
{{ error }}
</p>
</div>
</div>
</div>

<div
v-show="!disabled"
Expand Down

0 comments on commit 8f53b25

Please sign in to comment.