Adding filtering to group by schema and switching to using name from displayName in oe filters. (#23123)

This commit is contained in:
Aasim Khan
2023-05-13 09:25:07 -07:00
committed by GitHub
parent 2beba9ac08
commit 787a66922f
5 changed files with 19 additions and 11 deletions

View File

@@ -1842,7 +1842,7 @@ declare module 'azdata' {
/**
* The name of the filter property
*/
displayName: string;
name: string;
/**
* The operator of the filter property
*/