fix: Better UX and Error Handling For Adding Timeline Events (#5798)

This commit is contained in:
Michael Genson
2025-07-25 07:18:10 -05:00
committed by GitHub
parent 0df9d4b958
commit fb4aa2b713
3 changed files with 69 additions and 24 deletions

View File

@@ -82,7 +82,7 @@
<BaseButton
v-if="canSubmit"
type="submit"
:disabled="submitDisabled"
:disabled="submitDisabled || loading"
@click="submitEvent"
>
{{ submitText }}