fix(app): disable edit availability link while fetching (#7144)
parent
94f239bc42
commit
6b3862f96d
|
@ -158,6 +158,7 @@ const EventTypeScheduleDetails = () => {
|
|||
</span>
|
||||
<Button
|
||||
href={`/availability/${schedule?.schedule.id}`}
|
||||
disabled={isLoading}
|
||||
color="minimal"
|
||||
EndIcon={FiExternalLink}
|
||||
target="_blank"
|
||||
|
|
Loading…
Reference in New Issue