feat: handle stall delete and update
This commit is contained in:
parent
5a526f86f1
commit
f22e47e9ce
4 changed files with 22 additions and 12 deletions
|
|
@ -91,7 +91,7 @@
|
|||
unelevated
|
||||
color="secondary"
|
||||
class="float-left"
|
||||
@click="updateRelay()"
|
||||
@click="updateStall()"
|
||||
>Update Stall</q-btn
|
||||
>
|
||||
</div>
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
color="pink"
|
||||
icon="cancel"
|
||||
class="float-right"
|
||||
@click="deleteRelay()"
|
||||
@click="deleteStall()"
|
||||
>Delete Stall</q-btn
|
||||
>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue