mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 05:53:36 -07:00
fix: add auto-select-first attribute to RecipeOrganizerSelector.vue (#3376)
This commit is contained in:
parent
95d3fd4958
commit
8fb43246b2
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
$globals.icons.tags"
|
||||
return-object
|
||||
v-bind="inputAttrs"
|
||||
auto-select-first="true"
|
||||
:search-input.sync="searchInput"
|
||||
@change="resetSearchInput"
|
||||
>
|
||||
|
@ -140,7 +141,6 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
function appendCreated(item: RecipeTag | RecipeCategory | RecipeTool) {
|
||||
console.log(item);
|
||||
if (selected.value === undefined) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue