1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Formatting.

This commit is contained in:
mike12345567 2021-04-16 14:43:20 +01:00
parent 370ffde901
commit d19e350df8

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 =