Skip to content

Commit

Permalink
Remove useless back-to-top directive which was only mandatory in old …
Browse files Browse the repository at this point in the history
…quasar version which was causing warning
  • Loading branch information
matthieuh authored and traefiker committed Nov 27, 2019
1 parent c536f2f commit 363bc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/components/_commons/MainTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</template>
</q-infinite-scroll>
<q-page-scroller position="bottom" :scroll-offset="150" class="back-to-top" v-if="endReached">
<q-btn color="primary" v-back-to-top small>
<q-btn color="primary" small>
Back to top
</q-btn>
</q-page-scroller>
Expand Down

0 comments on commit 363bc44

Please sign in to comment.