Formatting.
This commit is contained in:
parent
bd6741fc1c
commit
7d3eb2f234
|
@ -52,8 +52,8 @@
|
||||||
)
|
)
|
||||||
$: required = !!field?.constraints?.presence || primaryDisplay
|
$: required = !!field?.constraints?.presence || primaryDisplay
|
||||||
$: uneditable =
|
$: uneditable =
|
||||||
$tables.selected?._id === TableNames.USERS &&
|
($tables.selected?._id === TableNames.USERS &&
|
||||||
UNEDITABLE_USER_FIELDS.includes(field.name) ||
|
UNEDITABLE_USER_FIELDS.includes(field.name)) ||
|
||||||
(originalName && field.type === LINK_TYPE)
|
(originalName && field.type === LINK_TYPE)
|
||||||
$: invalid =
|
$: invalid =
|
||||||
(field.type === LINK_TYPE && !field.tableId) ||
|
(field.type === LINK_TYPE && !field.tableId) ||
|
||||||
|
|
Loading…
Reference in New Issue