Skip to content

Commit

Permalink
[vue] Show reload button on product page for everybody
Browse files Browse the repository at this point in the history
  • Loading branch information
csordasmarton committed Jun 30, 2020
1 parent 54fa842 commit c27161b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web/server/vue-cli/src/views/Products.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
:is-super-user="isSuperUser"
@on-complete="onCompleteNewProduct"
/>

<v-btn
icon
title="Reload products"
color="primary"
@click="fetchProducts"
>
<v-icon>mdi-refresh</v-icon>
</v-btn>
</span>

<v-btn
icon
title="Reload products"
color="primary"
@click="fetchProducts"
>
<v-icon>mdi-refresh</v-icon>
</v-btn>
</v-col>
</v-row>
</v-toolbar>
Expand Down

0 comments on commit c27161b

Please sign in to comment.