Issue Reporter: display message if url length exceeds limits, #42603

This commit is contained in:
Rachel Macfarlane
2018-02-01 20:06:56 -08:00
parent 9e010775f2
commit db9dc63a85
4 changed files with 17 additions and 17 deletions

View File

@@ -129,5 +129,8 @@ export default (): string => `
</div>
</div>
<div id="url-length-validation-error" class="validation-error hidden" role="alert">
<-- To be dynamically filled -->
</div>
<button id="github-submit-btn" disabled>${escape(localize('loadingData', "Loading data..."))}</button>
</div>`;