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,
|
title: this.title,
|
||||||
id: this.id,
|
id: this.id,
|
||||||
icon: this.icon,
|
icon: this.icon,
|
||||||
content: this.container,
|
// Get toolbar first since things in the container might depend on these being created
|
||||||
toolbar: this.toolbarContainer
|
toolbar: this.toolbarContainer,
|
||||||
|
content: this.container
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user