Copy change
This commit is contained in:
parent
5b42aff1f7
commit
53968f0725
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
const getText = columns => {
|
const getText = columns => {
|
||||||
const hidden = columns.filter(col => !col.visible).length
|
const hidden = columns.filter(col => !col.visible).length
|
||||||
return hidden ? `Columns (${hidden})` : "Columns"
|
return hidden ? `Columns (${hidden} restricted)` : "Columns"
|
||||||
}
|
}
|
||||||
|
|
||||||
const PERMISSION_OPTIONS = {
|
const PERMISSION_OPTIONS = {
|
||||||
|
|
Loading…
Reference in New Issue