Formatting.
This commit is contained in:
parent
a19b0d092b
commit
e74adaf73b
|
@ -52,7 +52,7 @@
|
||||||
$: required = !!field?.constraints?.presence || primaryDisplay
|
$: required = !!field?.constraints?.presence || primaryDisplay
|
||||||
$: uneditable =
|
$: uneditable =
|
||||||
($backendUiStore.selectedTable?._id === TableNames.USERS &&
|
($backendUiStore.selectedTable?._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 =
|
||||||
|
|
Loading…
Reference in New Issue