remove test on button in table
This commit is contained in:
parent
2c2b7f5532
commit
c10429a08f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
>
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-success" @click.stop="markItemReturned(item)">
|
||||
<font-awesome-icon icon="check"/> returned
|
||||
<font-awesome-icon icon="check"/>
|
||||
</button>
|
||||
<button class="btn btn-secondary" @click.stop="openEditingModalWith(item)" >
|
||||
<font-awesome-icon icon="edit"/>
|
||||
|
|
Loading…
Reference in a new issue