This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 1fb2c62c02 chore(tags): don't allow users to create new tags from
property dropdowns (#25507)
1fb2c62c02 is described below
commit 1fb2c62c028394c7236e142295fca2595c1de020
Author: Hugh A. Miles II <[email protected]>
AuthorDate: Wed Oct 4 15:51:55 2023 -0400
chore(tags): don't allow users to create new tags from property dropdowns
(#25507)
---
superset-frontend/src/dashboard/components/PropertiesModal/index.tsx | 1 -
superset-frontend/src/explore/components/PropertiesModal/index.tsx | 1 -
2 files changed, 2 deletions(-)
diff --git
a/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
b/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
index 3bc67bc6e8..92d34a4faa 100644
--- a/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
+++ b/superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
@@ -741,7 +741,6 @@ const PropertiesModal = ({
<AsyncSelect
ariaLabel="Tags"
mode="multiple"
- allowNewOptions
value={tagsAsSelectValues}
options={loadTags}
onChange={handleChangeTags}
diff --git a/superset-frontend/src/explore/components/PropertiesModal/index.tsx
b/superset-frontend/src/explore/components/PropertiesModal/index.tsx
index f7763f1ff7..df03165346 100644
--- a/superset-frontend/src/explore/components/PropertiesModal/index.tsx
+++ b/superset-frontend/src/explore/components/PropertiesModal/index.tsx
@@ -434,7 +434,6 @@ function PropertiesModal({
<AsyncSelect
ariaLabel="Tags"
mode="multiple"
- allowNewOptions
value={tagsAsSelectValues}
options={loadTags}
onChange={handleChangeTags}