feat: allow to restore all products at once
This commit is contained in:
parent
65b19845d1
commit
d0b2ec1250
3 changed files with 9 additions and 1 deletions
|
|
@ -191,6 +191,8 @@
|
|||
There are no products to be restored.
|
||||
</div>
|
||||
<div class="row q-mt-lg">
|
||||
<q-btn @click="restoreAllPendingProducts" v-close-popup flat color="green"
|
||||
>Restore All</q-btn>
|
||||
<q-btn v-close-popup flat color="grey" class="q-ml-auto">Close</q-btn>
|
||||
</div>
|
||||
</q-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue