Formatting.

This commit is contained in:
mike12345567 2021-04-16 14:43:20 +01:00
parent 370ffde901
commit d19e350df8
1 changed files with 1 additions and 1 deletions

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 =