This commit is contained in:
Yuri Kuznetsov
2025-12-20 17:41:31 +02:00
parent 5d40cbf8f6
commit 6ed69f4892
+1 -1
View File
@@ -45,7 +45,7 @@ class FilterView extends View {
/**
* @param {{
* name: string,
* fieldView?: string,
* fieldView?: string|null,
* params?: Record|null,
* notRemovable?: boolean,
* model: import('model').default,