corrected name of div

This commit is contained in:
dcore94 2023-03-07 12:01:04 +01:00
parent 42b506ecf6
commit 5e697e00cb
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ class CCPMethodEditorController extends HTMLElement{
${this.renderKeywords()} ${this.renderKeywords()}
</div> </div>
</div> </div>
<div name="runtimes" class="mb-3"> <div name="infrastructures" class="mb-3">
<label class="form-label">Compatible Infrastrucures</label> <label class="form-label">Compatible Infrastrucures</label>
<select name="infrastructure-input" class="form-control"> <select name="infrastructure-input" class="form-control">
${this.renderInfrastructureOptions()} ${this.renderInfrastructureOptions()}