Use button widget in issue reporter, fixes #46490

This commit is contained in:
Rachel Macfarlane
2018-05-04 11:56:03 -07:00
parent 7980812a43
commit f863c055f6
3 changed files with 21 additions and 47 deletions

View File

@@ -126,6 +126,4 @@ export default (): string => `
</div>
</div>
</div>
<button id="github-submit-btn" disabled>${escape(localize('loadingData', "Loading data..."))}</button>
</div>`;