Relationship name wasn't editable - fixing this.

This commit is contained in:
mike12345567 2021-06-04 21:19:21 +01:00
parent 1f8c9138e9
commit 5dc0c6f559
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
<Input <Input
label="Name" label="Name"
bind:value={field.name} bind:value={field.name}
disabled={uneditable || field.type === LINK_TYPE} disabled={uneditable || (originalName && field.type === LINK_TYPE)}
/> />
<Select <Select