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 Nov 1, 2023
1 parent e1935ff commit 3601483
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/src/stories/JSONSchemaInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export class JSONSchemaInput extends LitElement {
// onValidate = () => {}

updateData(value, forceValidate = false) {

if (this.value === value && !forceValidate) {
const el = this.getElement();
if (el.type === "checkbox") el.checked = value;
Expand All @@ -130,7 +129,6 @@ export class JSONSchemaInput extends LitElement {
this.#triggerValidation(name, path);
this.#updateData(fullPath, value);


return true;
}

Expand Down

0 comments on commit 3601483

Please sign in to comment.