Skip to content

Commit 396d62a

Browse files
JHoellitenthe
andauthored
chore: Disabled Label Editablity in Create Asset Link (apache#3806)
Co-authored-by: Philipp Zehnder <tenthe@users.noreply.github.com>
1 parent 72f4b7b commit 396d62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/app/assets/dialog/edit-asset-link/edit-asset-link-dialog.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
<input
232232
matInput
233233
[(ngModel)]="clonedAssetLink.linkLabel"
234+
[disabled]="true"
234235
required
235236
/>
236237
</mat-form-field>

0 commit comments

Comments
 (0)