chore(native-filters): remove instant filtering option (#15365)

* chore(native-filters): remove instant filtering option

* fix test
This commit is contained in:
Ville Brofeldt
2021-07-01 13:38:56 +03:00
committed by GitHub
parent e5d4765986
commit f286647140
10 changed files with 19 additions and 52 deletions

View File

@@ -62,7 +62,6 @@ export const nativeFiltersInfo: NativeFiltersState = {
rootPath: [],
excluded: [],
},
isInstant: true,
controlValues: {
allowsMultipleValues: true,
isRequired: false,