🔧 Fixed LoCG pull list scraping

This commit is contained in:
2025-05-06 18:17:30 -04:00
parent 9c5fb93d5b
commit 0e445ba3d4
3 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ export const DatePickerDialog = (props) => {
const handleDaySelect = (date) => {
setSelected(date);
if (date) {
setter(format(date, "yyyy-MM-dd"));
setter(format(date, "yyyy/MM/dd"));
apiAction();
closePopper();
} else {