1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-07 10:10:56 +00:00

Implemented premium license check per group for the web-frontend

This commit is contained in:
Bram Wiepjes 2022-06-20 19:42:00 +00:00
parent 40014ab4ea
commit 8935b66c23
36 changed files with 344 additions and 55 deletions
web-frontend/modules/database/components/view/grid

View file

@ -182,6 +182,7 @@
</Context>
<RowEditModal
ref="rowEditModal"
:database="database"
:table="table"
:primary="primary"
:visible-fields="[primary].concat(visibleFields)"