remove all day report option

This commit is contained in:
Dobromir Popov
2024-07-14 23:00:17 +03:00
parent e68daffa14
commit a224a0b888

View File

@ -158,7 +158,7 @@ export default function ReportForm({ shiftId, existingItem, onDone }) {
</option> </option>
))} ))}
</select> </select>
<div className="mb-4"> {/* <div className="mb-4">
<label className="block text-gray-700 text-sm font-bold mb-2"> <label className="block text-gray-700 text-sm font-bold mb-2">
<input <input
type="checkbox" type="checkbox"
@ -168,7 +168,7 @@ export default function ReportForm({ shiftId, existingItem, onDone }) {
/> />
за целия ден за целия ден
</label> </label>
</div> </div> */}
</div> </div>
<div className="mb-4"> <div className="mb-4">