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:
Sach 2024-08-23 10:03:10 -04:00 committed by GitHub
parent a63cdf8534
commit 29f88eade0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"