Skip to content

Commit 061c692

Browse files
authored
FIREFLY-2011: Merge PR #1956 from Caltech-IPAC/FIREFLY-2011-spatial-bug-fix
FIREFLY-2011: Spatial search bug fix
2 parents 5ea00e7 + 500fd8c commit 061c692

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/firefly/js/ui/tap/SpatialSearch.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ export function SpatialSearch({sx, cols, serviceUrl, serviceLabel, serviceId, co
234234
);
235235

236236
return makeConstraintEntry(constraints);
237-
}, [...fldListAry.map((v) => getVal(v))]); // eslint-disable-line
237+
}, [isSpatialPanelActive, columnsModel, obsCoreEnabled, uploadInfo, tableName, canUpload,
238+
useSIAv2, ...fldListAry.map((v) => getVal(v)),
239+
]);
238240

239241
useEffect(() => {
240242
setConstraintFragment(panelPrefix, constraintResult);

0 commit comments

Comments
 (0)