mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Adding filtering to group by schema and switching to using name from displayName in oe filters. (#23123)
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -1842,7 +1842,7 @@ declare module 'azdata' {
|
||||
/**
|
||||
* The name of the filter property
|
||||
*/
|
||||
displayName: string;
|
||||
name: string;
|
||||
/**
|
||||
* The operator of the filter property
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user