mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
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:
@@ -68,6 +68,7 @@ export const nativeFiltersInfo: NativeFiltersState = {
|
||||
isRequired: false,
|
||||
},
|
||||
type: NativeFilterType.NATIVE_FILTER,
|
||||
description: 'test description',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user