Skip to content

Commit

Permalink
alert modal bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Jan 11, 2023
1 parent 0b22287 commit abbdd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Select/AsyncSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const AsyncSelect = forwardRef(
fetchedQueries.current.clear();
setAllValuesLoaded(false);
setSelectOptions(initialOptions);
}, [initialOptions]);
}, [initialOptions, options]);

useEffect(() => {
setSelectValue(value);
Expand Down

0 comments on commit abbdd78

Please sign in to comment.