fix(FE): fixing component date input, remove alert native function & remove console.error

This commit is contained in:
randy-ar
2026-01-19 15:49:31 +07:00
parent 7b939f57af
commit ff6f6136cc
7 changed files with 28 additions and 19 deletions
@@ -25,8 +25,6 @@ export const createDashboardFilterSlice: StateCreator<
setFilterValues: (values) => set({ filterValues: values }),
resetFilterValues: () => {
alert('reset filter values');
return set({
filterValues: {
startDate: '',