comment for future features
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user