mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 23:50:12 +00:00
made it impossible to hide a field via the rest api
This commit is contained in:
parent
802658933d
commit
e8f7bd9ce0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
></i>
|
||||
</a>
|
||||
</li>
|
||||
<li v-if="canFilter">
|
||||
<li v-if="!field.primary && canFilter">
|
||||
<a @click="hide($event, view, field)">
|
||||
<i class="context__menu-icon fas fa-fw fa-eye-slash"></i>
|
||||
Hide field
|
||||
|
|
Loading…
Add table
Reference in a new issue