comment for future features

This commit is contained in:
Dobromir Popov
2024-05-02 02:26:58 +03:00
parent 876b235e54
commit 4a85cef025

View File

@ -411,6 +411,7 @@ export default function AvailabilityForm({ publisherId, existingItems, inline, o
className="form-checkbox h-5 w-5 text-gray-600 mx-2"
checked={slot.isWithTransport}
disabled={!slot.isChecked}
// disabled={!slot.isChecked && slot.isFirst}
onChange={() => handleTransportChange(slot)} />
{slot.isFirst ? 'Вземане' : 'Връщане'}
<span className="checkmark"></span>