From e787a734f66d611e3362d6273972ef1d1858a1e9 Mon Sep 17 00:00:00 2001 From: Sharad S Date: Wed, 12 Jun 2024 09:54:59 -0400 Subject: [PATCH] Remove setValidation from the dependency array to prevent stale validation blockers --- .../frontend/js_src/lib/components/FormPlugins/LatLongUi.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/specifyweb/frontend/js_src/lib/components/FormPlugins/LatLongUi.tsx b/specifyweb/frontend/js_src/lib/components/FormPlugins/LatLongUi.tsx index d68e1f0a598..487fcc016c9 100644 --- a/specifyweb/frontend/js_src/lib/components/FormPlugins/LatLongUi.tsx +++ b/specifyweb/frontend/js_src/lib/components/FormPlugins/LatLongUi.tsx @@ -141,7 +141,6 @@ function Coordinate({ fieldType, step, handleFormatted, - setValidation, parser, ]);