corrected name of span

This commit is contained in:
dcore94 2023-03-07 12:23:20 +01:00
parent 5e697e00cb
commit 8c3ab8e7c1
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ class CCPMethodEditorController extends HTMLElement{
return `
<div class="ccp-option badge ccp-keyword">
<span>${l.title}</span>
<span class="btn text-danger ccp-toolbar-button" name="delete-runtime" data-index="${i}">x</span>
<span class="btn text-danger ccp-toolbar-button" name="delete-infrastructure" data-index="${i}">x</span>
</div>
`
}).join("\n")