mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
fix: Recipe with a single 'space' as the title returns "404 page not found" (#4065)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
parent
a63cdf8534
commit
29f88eade0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
<v-card-actions class="justify-center">
|
<v-card-actions class="justify-center">
|
||||||
<div style="width: 250px">
|
<div style="width: 250px">
|
||||||
<BaseButton
|
<BaseButton
|
||||||
:disabled="newRecipeName === ''"
|
:disabled="newRecipeName.trim() === ''"
|
||||||
rounded
|
rounded
|
||||||
block
|
block
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue