mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Ensure trusted action is enabled (#13174)
This commit is contained in:
@@ -369,8 +369,8 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
|
|||||||
}
|
}
|
||||||
|
|
||||||
private updateToolbarComponents() {
|
private updateToolbarComponents() {
|
||||||
if (this.model.trustedMode) {
|
|
||||||
this._trustedAction.enabled = true;
|
this._trustedAction.enabled = true;
|
||||||
|
if (this.model.trustedMode) {
|
||||||
this._trustedAction.trusted = true;
|
this._trustedAction.trusted = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user