Default off

This commit is contained in:
Adria Navarro 2024-09-06 13:04:57 +02:00
parent 5519088376
commit 49502afbee
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const getDefault = (schema = {}) => {
columns.push({
label: `${relColumn} (${column.name})`,
field: `${column.name}.${relColumn}`,
active: column.visible ?? true,
active: false,
order,
related: { field: column.name, subField: relColumn },
})