mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 11:20:17 -04:00
disable end date selector when creating event
This commit is contained in:
parent
f17feac497
commit
305c738e50
|
@ -197,7 +197,7 @@ export default function EventCreator({ group }: { group: IGroup }) {
|
||||||
disabled={creating}
|
disabled={creating}
|
||||||
/>
|
/>
|
||||||
Date of last occurence
|
Date of last occurence
|
||||||
<UIDateInput onChangedDate={setEndDate} />
|
<UIDateInput onChangedDate={setEndDate} disabled={creating} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{createdEventId === -1 ? (
|
{createdEventId === -1 ? (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user