1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-03 08:29:54 +00:00

Resolve "Publicly shared Gallery View"

This commit is contained in:
Alexander Haller 2022-07-27 11:19:29 +00:00 committed by Nigel Gott
parent 802125c60b
commit 81dde0acce
48 changed files with 2366 additions and 1152 deletions
web-frontend/modules/database/components/view/grid/fields

View file

@ -80,7 +80,8 @@ export default {
this.$options.computed = {
...(this.$options.computed || {}),
...mapGetters({
publicGrid: this.$options.propsData.storePrefix + 'view/grid/isPublic',
publicGrid:
this.$options.propsData.storePrefix + 'view/public/getIsPublic',
}),
}
},