File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { AdminForthPlugin } from "adminforth";
22import type { IAdminForth , AdminForthResource , AdminForthComponentDeclaration } from "adminforth" ;
33import { AdminForthFilterOperators } from "adminforth" ;
44import type { PluginOptions } from './types.js' ;
5- import type { FilterParams } from "@/types/Common" ;
65
76export default class extends AdminForthPlugin {
87 options : PluginOptions ;
@@ -50,7 +49,7 @@ export default class extends AdminForthPlugin {
5049 }
5150 ) ;
5251
53- const normalizeFilterValue = ( filters : FilterParams [ ] ) => {
52+ const normalizeFilterValue = ( filters : any [ ] ) => {
5453 const filtersToReturn = [ ] ;
5554 for ( const filter of filters ) {
5655 if ( filter . field . startsWith ( '_universal_search_' ) ) {
You can’t perform that action at this time.
0 commit comments