Browse Source

feat: Add cell outline for `editor` role

re #423

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
pull/441/head
Pranav C 3 years ago
parent
commit
ce5c85789e
  1. 1
      packages/nc-gui/helpers/rolePermissionsEE.js

1
packages/nc-gui/helpers/rolePermissionsEE.js

@ -4,6 +4,7 @@ export default {
guest: {},
editor: {
airTable: true,
xcDatatableEditable: true,
column: true
},
commenter: {

Loading…
Cancel
Save