mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: crud table bulk actions (#5686)
This commit is contained in:
		| @@ -42,7 +42,7 @@ | ||||
|         color="info" | ||||
|         variant="elevated" | ||||
|         :items="bulkActions" | ||||
|         v-bind="bulkActionListener" | ||||
|         v-on="bulkActionListener" | ||||
|       /> | ||||
|       <slot name="button-row" /> | ||||
|     </v-card-actions> | ||||
| @@ -55,7 +55,7 @@ | ||||
|     </div> | ||||
|     <v-data-table | ||||
|       v-model="selected" | ||||
|       item-key="id" | ||||
|       return-object | ||||
|       :headers="activeHeaders" | ||||
|       :show-select="bulkActions.length > 0" | ||||
|       :sort-by="sortBy" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user