Undo accidental UI change
This commit is contained in:
parent
fd3c8c4a11
commit
4bd4cb57f8
|
@ -10,7 +10,7 @@
|
|||
let anchor
|
||||
|
||||
$: anyRestricted = $columns.filter(col => !col.visible || col.readonly).length
|
||||
$: text = anyRestricted ? `Columns: ${anyRestricted} restricted` : "Columns"
|
||||
$: text = anyRestricted ? `Columns: (${anyRestricted} restricted)` : "Columns"
|
||||
$: permissions =
|
||||
$datasource.type === "viewV2"
|
||||
? [
|
||||
|
|
Loading…
Reference in New Issue