Fix delete buttons in forms
This commit is contained in:
parent
aa5d0d437d
commit
3f81f2837a
5 changed files with 51 additions and 34 deletions
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
<button @click="() => {sharable = s; showDeleteModal = true}"
|
||||
class="button is-danger icon-only">
|
||||
<span class="icon is-small">
|
||||
<span class="icon">
|
||||
<icon icon="trash-alt"/>
|
||||
</span>
|
||||
</button>
|
||||
|
|
|
|||
Reference in a new issue