mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	feat: Filter Recipes By Household (and a ton of bug fixes) (#4207)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
		| @@ -101,6 +101,7 @@ | ||||
|       :headers.sync="tableHeaders" | ||||
|       :data="actions || []" | ||||
|       :bulk-actions="[{icon: $globals.icons.delete, text: $tc('general.delete'), event: 'delete-selected'}]" | ||||
|       initial-sort="title" | ||||
|       @delete-one="deleteEventHandler" | ||||
|       @edit-one="editEventHandler" | ||||
|       @delete-selected="bulkDeleteEventHandler" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user