mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -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() {
|
||||
this._trustedAction.enabled = true;
|
||||
if (this.model.trustedMode) {
|
||||
this._trustedAction.enabled = true;
|
||||
this._trustedAction.trusted = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user