This commit is contained in:
Rachel Macfarlane 2021-05-13 11:29:09 -07:00
parent 289f739c0c
commit 478ec15a80
No known key found for this signature in database
GPG key ID: D6C324F0F27A078C

View file

@ -85,6 +85,7 @@ export class IssueReporter extends Disposable {
const issueReporterElement = this.getElementById('issue-reporter');
if (issueReporterElement) {
this.previewButton = new Button(issueReporterElement);
this.updatePreviewButtonState();
}
const issueTitle = configuration.data.issueTitle;