mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 17:28:11 +00:00
Fix for filters
This commit is contained in:
@@ -134,7 +134,7 @@ export function useParameterFields({
|
|||||||
},
|
},
|
||||||
template: {
|
template: {
|
||||||
filters: {
|
filters: {
|
||||||
model_type: modelType,
|
for_model: modelType,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
onValueChange: (value: any, record: any) => {
|
onValueChange: (value: any, record: any) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user