hide repeat until date as it is not fully implemented yet
This commit is contained in:
@ -544,7 +544,7 @@ export default function AvailabilityForm({ publisherId, existingItem, inline, on
|
||||
</label>
|
||||
</div>
|
||||
|
||||
{availability.repeatWeekly && (
|
||||
{false && availability.repeatWeekly && (
|
||||
|
||||
<div className="mb-4">
|
||||
<DatePicker label="До" value={availability.endDate} onChange={(value) => setAvailability({ ...availability, endDate: value })} />
|
||||
|
Reference in New Issue
Block a user