From 36f307b3086e6fe9a0beb7fbed4b7de6e92f6d00 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 7 Mar 2023 12:41:15 +0100 Subject: [PATCH] fixes --- ccp/js/inputwidgeteditorcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/js/inputwidgeteditorcontroller.js b/ccp/js/inputwidgeteditorcontroller.js index c1e2e5e..d0f7c10 100644 --- a/ccp/js/inputwidgeteditorcontroller.js +++ b/ccp/js/inputwidgeteditorcontroller.js @@ -66,7 +66,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
- ${ input.id !== 'ccpimage' ? this.renderDeleteButton()} + ${ input.id !== 'ccpimage' ? this.renderDeleteButton() : ''}