We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6510652 commit 8f979c0Copy full SHA for 8f979c0
src/app.tsx
@@ -36,7 +36,7 @@ export default function App() {
36
} = useStacValue({
37
href,
38
fileUpload,
39
- datetimeBounds,
+ datetimeBounds: filter ? datetimeBounds : undefined,
40
stacGeoparquetItemId,
41
});
42
const items = userItems || linkedItems;
0 commit comments