Skip to content

Commit

Permalink
fix(ui): orb-community#1589 dataset is agent group is not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
gpazuch committed Dec 19, 2022
1 parent ab4d707 commit 862a42d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
[status]="form?.controls.agent_group_name.touched ? (!form.controls.agent_group_name.valid ? 'danger' : 'success') : 'basic'"
nbInput
fullWidth="true"
disabled="isEdit"
placeholder="Agent Group"
type="text"
/>
Expand Down

0 comments on commit 862a42d

Please sign in to comment.