Skip to content

Commit 8df6385

Browse files
committed
chore: resolve mobx warnings
1 parent d8100d8 commit 8df6385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/shared/widget-plugin-filtering/src/stores/input/BaseInputFilterStore.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ export class BaseInputFilterStore<A extends Argument, Fn extends AllFunctions> {
5050
setState: action,
5151
UNSAFE_setDefaults: action,
5252
UNSAFE_overwriteFilterFunction: action,
53-
filterFunction: computed
53+
filterFunction: computed,
54+
clear: action,
55+
reset: action
5456
});
5557
}
5658
get filterFunction(): Fn {

0 commit comments

Comments
 (0)