1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 }}