Skip to content
Snippets Groups Projects
Commit 2ce3e598 authored by Nithya Santhanam's avatar Nithya Santhanam
Browse files
master change
parent 48e24810
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!519TMSS-805,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
...@@ -403,6 +403,12 @@ function CalendarColumnFilter({ ...@@ -403,6 +403,12 @@ function CalendarColumnFilter({
setValue(null); setValue(null);
} }
}, [filterValue, value]); }, [filterValue, value]);
React.useEffect(() => {
setValue('2022-12-01')
}, [])
// Function to call the server side filtering // Function to call the server side filtering
const callServerFilter = (event, isCleared) => { const callServerFilter = (event, isCleared) => {
hasFilters = true; hasFilters = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment