mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix arc dashboard component order error (#14164)
This commit is contained in:
@@ -26,8 +26,9 @@ export abstract class DashboardPage extends InitializingComponent {
|
||||
title: this.title,
|
||||
id: this.id,
|
||||
icon: this.icon,
|
||||
content: this.container,
|
||||
toolbar: this.toolbarContainer
|
||||
// Get toolbar first since things in the container might depend on these being created
|
||||
toolbar: this.toolbarContainer,
|
||||
content: this.container
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user