16959 fix filter reset button

This commit is contained in:
Arthur Hanson 2024-08-14 20:18:30 +07:00
parent 233173c225
commit 017d833a57
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@ import { DynamicParamsMap } from './dynamicParamsMap';
// Transitional
import { QueryFilter, PathFilter } from '../types'
import { findFirstAdjacent, getElement, replaceAll } from '../../util';
import { getElement, replaceAll } from '../../util';
// Extends TomSelect to provide enhanced fetching of options via the REST API