Skip to content

Commit

Permalink
Revert "Update esp-entity-table.ts (esphome#96)"
Browse files Browse the repository at this point in the history
This reverts commit 994b434.
  • Loading branch information
RFDarter committed May 17, 2024
1 parent b09657b commit 9061cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/v3/src/esp-entity-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class ActionRenderer {
minlength="${min || Math.min(0, value as number)}"
maxlength="${max || Math.max(255, value as number)}"
pattern="${pattern || ""}"
.value="${value!}"
value="${value!}"
@change="${(e: Event) => {
const val = (<HTMLTextAreaElement>e.target)?.value;
this.actioner?.restAction(
Expand Down

0 comments on commit 9061cb9

Please sign in to comment.