mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Issue Reporter: display message if url length exceeds limits, #42603
This commit is contained in:
@@ -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>`;
|
||||
Reference in New Issue
Block a user