Adding execution plan component to model view. (#23620)

This commit is contained in:
Aasim Khan
2023-07-05 13:33:28 -07:00
committed by GitHub
parent 373dc5a366
commit 28e59f44e2
21 changed files with 175 additions and 21 deletions

View File

@@ -303,7 +303,8 @@ describe('Manage Package Dialog', () => {
separator: undefined!,
propertiesContainer: undefined!,
infoBox: undefined!,
slider: undefined!
slider: undefined!,
executionPlan: undefined!,
}
};