fixes
This commit is contained in:
parent
c4b5f67361
commit
149a4f69d5
|
@ -53,9 +53,9 @@ class CCPInputWidgetEditorController extends HTMLElement{
|
|||
}
|
||||
|
||||
renderDeleteButton(){
|
||||
<button data-index="${this.#index}" name="delete-input" title="Delete" class="btn btn-danger ccp-toolbar-button">
|
||||
return `<button data-index="${this.#index}" name="delete-input" title="Delete" class="btn btn-danger ccp-toolbar-button">
|
||||
${this.#delete_icon}
|
||||
</button>
|
||||
</button>`
|
||||
}
|
||||
|
||||
render(input, i, reopen){
|
||||
|
|
|
@ -256,7 +256,7 @@ class CCPMethodEditorController extends HTMLElement{
|
|||
schema : {
|
||||
type : "string",
|
||||
format : "url",
|
||||
contentMediaType : "text/plain"
|
||||
contentMediaType : "text/plain",
|
||||
default : "",
|
||||
readonly : true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue