mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Bug fix for build output table (#9946)
- Ensure records are cleared after bulk operation
This commit is contained in:
		| @@ -37,7 +37,7 @@ import type { FilterSetState } from './Filters'; | ||||
|  */ | ||||
| export type TableState = { | ||||
|   tableKey: string; | ||||
|   refreshTable: () => void; | ||||
|   refreshTable: (clearSelected?: boolean) => void; | ||||
|   isLoading: boolean; | ||||
|   setIsLoading: (value: boolean) => void; | ||||
|   filterSet: FilterSetState; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user