fix(app): disable edit availability link while fetching (#7144)

This commit is contained in:
Lucas Smith 2023-02-18 00:27:56 +11:00 committed by GitHub
parent 94f239bc42
commit 6b3862f96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,7 @@ const EventTypeScheduleDetails = () => {
</span>
<Button
href={`/availability/${schedule?.schedule.id}`}
disabled={isLoading}
color="minimal"
EndIcon={FiExternalLink}
target="_blank"