Languages list is now sorted.
This commit is contained in:
parent
b5919a43eb
commit
754d5ec9e3
4 changed files with 32 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ pub async fn edit_recipe(
|
|||
user: Some(user),
|
||||
recipes,
|
||||
recipe,
|
||||
languages: consts::LANGUAGES,
|
||||
languages: *consts::LANGUAGES,
|
||||
}
|
||||
.into_response())
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue