From e8d01b4b88ee1e315ff1f9ac24ccc6e96024ab09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:22:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/renderer/src/stories/JSONSchemaInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/stories/JSONSchemaInput.js b/src/renderer/src/stories/JSONSchemaInput.js index 293ffc60c..262a814e0 100644 --- a/src/renderer/src/stories/JSONSchemaInput.js +++ b/src/renderer/src/stories/JSONSchemaInput.js @@ -899,7 +899,7 @@ export class JSONSchemaInput extends LitElement { } else { const input = document.createElement("input"); input.classList.add("guided--input"); - input.placeholder = "Provide an item for the list" + input.placeholder = "Provide an item for the list"; const submitButton = new Button({ label: "Submit",