Merge branch 'origin/production' of https://dev.sismedika.online/febio/aso into origin/production

This commit is contained in:
Linksehat Staging Server
2024-01-13 14:11:56 +07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ export default function List() {
const handleStartDateChanges = async (event: React.FormEvent<HTMLFormElement>) => {
event.preventDefault();
console.log(startDateValue);
if (startDateValue === '') {
searchParams.delete('start_date');
const params = Object.fromEntries([...searchParams.entries()]);