1
0
Fork 0
mirror of synced 2024-09-24 21:31:17 +12:00

Undo accidental UI change

This commit is contained in:
Andrew Kingston 2024-09-17 16:34:47 +01:00
parent fd3c8c4a11
commit 4bd4cb57f8
No known key found for this signature in database

View file

@ -10,7 +10,7 @@
let anchor let anchor
$: anyRestricted = $columns.filter(col => !col.visible || col.readonly).length $: anyRestricted = $columns.filter(col => !col.visible || col.readonly).length
$: text = anyRestricted ? `Columns: ${anyRestricted} restricted` : "Columns" $: text = anyRestricted ? `Columns: (${anyRestricted} restricted)` : "Columns"
$: permissions = $: permissions =
$datasource.type === "viewV2" $datasource.type === "viewV2"
? [ ? [