2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 09:18:10 +00:00

Fix for filters

This commit is contained in:
Oliver Walters
2025-11-24 11:31:55 +00:00
parent 9ceaad0848
commit 71511bab3a

View File

@@ -134,7 +134,7 @@ export function useParameterFields({
},
template: {
filters: {
model_type: modelType,
for_model: modelType,
enabled: true
},
onValueChange: (value: any, record: any) => {