new survey page
This commit is contained in:
@ -81,6 +81,7 @@ export default function ReportForm({ shiftId, existingItem, onDone }) {
|
||||
};
|
||||
fetchData();
|
||||
}, [item.date, existingItem]);
|
||||
|
||||
const handleChange = ({ target }) => {
|
||||
setItem({ ...item, [target.name]: target.value });
|
||||
};
|
||||
|
Reference in New Issue
Block a user