mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
customize loading status message (#23247)
* customize loading status message * Update extensions/mssql/src/ui/localizedConstants.ts Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Update extensions/mssql/src/ui/localizedConstants.ts Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -98,7 +98,7 @@ export default class GroupContainer extends ContainerBase<GroupLayout, GroupCont
|
||||
}
|
||||
|
||||
public get header(): string {
|
||||
return this._containerLayout?.header;
|
||||
return this._containerLayout?.header ?? '';
|
||||
}
|
||||
|
||||
private hasHeader(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user