Skip to content

Commit

Permalink
MAT-8151 add version clear on url clear
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Feb 3, 2025
1 parent be35f27 commit 3a89618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CqlBuilderPanel/ValueSets/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function Search(props: SearchProps) {
});

useEffect(() => {
console.log("trigger");
if (!formik.values.url.length) {
formik.setFieldValue("version", "");
}
Expand Down

0 comments on commit 3a89618

Please sign in to comment.