feat(dashboard): Add description to the native filter (#17025)

* Adding description works

* Add some tests

* Fix tests

* Styled look good

* Tests successful

* Address PR comments

* fix a test
This commit is contained in:
Ajay M
2021-10-27 14:45:31 -04:00
committed by GitHub
parent faf7c74e44
commit 65f1644208
9 changed files with 151 additions and 54 deletions

View File

@@ -68,6 +68,7 @@ export const nativeFiltersInfo: NativeFiltersState = {
isRequired: false,
},
type: NativeFilterType.NATIVE_FILTER,
description: 'test description',
},
},
};