Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 17, 2024
1 parent d1b31e7 commit 8a14e97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/stories/JSONSchemaInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ export class JSONSchemaInput extends LitElement {
if (ev.key === "Enter") submitButton.onClick();
});


return html`<div style="width: 100%;">
<div style="display: flex; gap: 10px; align-items: center;">${input}${submitButton}</div>
${list}
Expand Down

0 comments on commit 8a14e97

Please sign in to comment.