Skip to content

Commit 1fb2c62

Browse files
authored
chore(tags): don't allow users to create new tags from property dropdowns (apache#25507)
1 parent 5ab1e7e commit 1fb2c62

File tree

2 files changed

+0
-2
lines changed
  • superset-frontend/src

2 files changed

+0
-2
lines changed

superset-frontend/src/dashboard/components/PropertiesModal/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@ const PropertiesModal = ({
741741
<AsyncSelect
742742
ariaLabel="Tags"
743743
mode="multiple"
744-
allowNewOptions
745744
value={tagsAsSelectValues}
746745
options={loadTags}
747746
onChange={handleChangeTags}

superset-frontend/src/explore/components/PropertiesModal/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ function PropertiesModal({
434434
<AsyncSelect
435435
ariaLabel="Tags"
436436
mode="multiple"
437-
allowNewOptions
438437
value={tagsAsSelectValues}
439438
options={loadTags}
440439
onChange={handleChangeTags}

0 commit comments

Comments
 (0)