1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00

fix: add auto-select-first attribute to RecipeOrganizerSelector.vue (#3376)
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions

This commit is contained in:
Kuchenpirat 2024-03-25 17:52:41 +01:00 committed by GitHub
parent 95d3fd4958
commit 8fb43246b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}