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:
parent
802125c60b
commit
81dde0acce
48 changed files with 2366 additions and 1152 deletions
web-frontend/modules/database/components/view/grid/fields
|
@ -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',
|
||||
}),
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue