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:
parent
0df9d4b958
commit
fb4aa2b713
3 changed files with 69 additions and 24 deletions
|
@ -82,7 +82,7 @@
|
|||
<BaseButton
|
||||
v-if="canSubmit"
|
||||
type="submit"
|
||||
:disabled="submitDisabled"
|
||||
:disabled="submitDisabled || loading"
|
||||
@click="submitEvent"
|
||||
>
|
||||
{{ submitText }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue