mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
Fix button links on welcome page (#20006)
* Fix button links on welcome page * Fix spelling typo
This commit is contained in:
@@ -291,7 +291,7 @@ export class WalkThroughPart extends EditorPane {
|
||||
|
||||
const content = model.main;
|
||||
if (!input.resource.path.endsWith('.md')) {
|
||||
safeInnerHtml(this.content, content);
|
||||
safeInnerHtml(this.content, content, true); // {{SQL CARBON EDIT}} - allow unknown schemas
|
||||
|
||||
this.updateSizeClasses();
|
||||
this.decorateContent();
|
||||
|
||||
Reference in New Issue
Block a user