mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
table column with iconcss (#13056)
This commit is contained in:
@@ -74,7 +74,7 @@ export class SqlAssessmentMainTab extends SqlAssessmentTab {
|
||||
}
|
||||
});
|
||||
|
||||
this.resultGrid = new AssessmentResultGrid(view);
|
||||
this.resultGrid = new AssessmentResultGrid(view, this.extensionContext);
|
||||
rootContainer.addItem(this.resultGrid.component, {
|
||||
flex: '1 1 auto',
|
||||
CSSStyles: {
|
||||
|
||||
Reference in New Issue
Block a user