mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove button property setter causing exception (#13284)
* Fix navigation buttons * Remove icon set in welcome page
This commit is contained in:
@@ -171,7 +171,6 @@ export class GuidedTour extends Disposable {
|
||||
bodyTag.innerText = body;
|
||||
stepText.innerText = `${step} of ${tourData.length}`;
|
||||
let button = new Button(btnContainer);
|
||||
button.icon = '';
|
||||
button.label = btnText;
|
||||
btnContainer.appendChild(stepText);
|
||||
flexContainer.appendChild(img);
|
||||
|
||||
Reference in New Issue
Block a user