Skip to content

Commit

Permalink
chore(tags): don't allow users to create new tags from property dropd…
Browse files Browse the repository at this point in the history
…owns (apache#25507)
  • Loading branch information
hughhhh authored Oct 4, 2023
1 parent 5ab1e7e commit 1fb2c62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ const PropertiesModal = ({
<AsyncSelect
ariaLabel="Tags"
mode="multiple"
allowNewOptions
value={tagsAsSelectValues}
options={loadTags}
onChange={handleChangeTags}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ function PropertiesModal({
<AsyncSelect
ariaLabel="Tags"
mode="multiple"
allowNewOptions
value={tagsAsSelectValues}
options={loadTags}
onChange={handleChangeTags}
Expand Down

0 comments on commit 1fb2c62

Please sign in to comment.