1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Formatting.

This commit is contained in:
mike12345567 2021-04-16 14:43:20 +01:00
parent a19b0d092b
commit e74adaf73b

View file

@ -52,7 +52,7 @@
$: required = !!field?.constraints?.presence || primaryDisplay
$: uneditable =
($backendUiStore.selectedTable?._id === TableNames.USERS &&
UNEDITABLE_USER_FIELDS.includes(field.name)) ||
UNEDITABLE_USER_FIELDS.includes(field.name)) ||
(originalName && field.type === LINK_TYPE)
$: invalid =