mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: add auto-select-first attribute to RecipeOrganizerSelector.vue (#3376)
This commit is contained in:
		| @@ -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; | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user