fixed issues
This commit is contained in:
parent
c23840cca1
commit
1206b1cc46
@ -117,19 +117,6 @@ const SearchableSelect = ({
|
|||||||
}
|
}
|
||||||
}, [isOpen]);
|
}, [isOpen]);
|
||||||
|
|
||||||
// const resubmissionData = localStorage.getItem('resubmissionData');
|
|
||||||
// if (resubmissionData) {
|
|
||||||
// const parsedData = JSON.parse(resubmissionData);
|
|
||||||
|
|
||||||
// // Store quarter and year in localStorage
|
|
||||||
// if (parsedData.quarter) {
|
|
||||||
// localStorage.setItem('currentQuarter', parsedData.quarter);
|
|
||||||
// }
|
|
||||||
// if (parsedData.year) {
|
|
||||||
// localStorage.setItem('currentYear', parsedData.year);
|
|
||||||
// }
|
|
||||||
// } else {
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Filter options based on search term
|
// Filter options based on search term
|
||||||
const filteredOptions = React.useMemo(() => {
|
const filteredOptions = React.useMemo(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user