We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781978b commit 08a031dCopy full SHA for 08a031d
packages/shared/widget-plugin-filtering/src/custom-filter-api/StringStoreProvider.ts
@@ -11,7 +11,10 @@ export class StringStoreProvider implements ISetupable {
11
private _store: StringInputFilterStore;
12
readonly dataKey: string;
13
14
- constructor(private filterAPI: FilterAPI, spec: FilterSpec<string>) {
+ constructor(
15
+ private filterAPI: FilterAPI,
16
+ spec: FilterSpec<string>
17
+ ) {
18
this.dataKey = spec.dataKey;
19
this._store = new StringInputFilterStore(
20
spec.attributes,
0 commit comments