We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab1e7e commit 1fb2c62Copy full SHA for 1fb2c62
superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
@@ -741,7 +741,6 @@ const PropertiesModal = ({
741
<AsyncSelect
742
ariaLabel="Tags"
743
mode="multiple"
744
- allowNewOptions
745
value={tagsAsSelectValues}
746
options={loadTags}
747
onChange={handleChangeTags}
superset-frontend/src/explore/components/PropertiesModal/index.tsx
@@ -434,7 +434,6 @@ function PropertiesModal({
434
435
436
437
438
439
440
0 commit comments