Skip to content

Commit

Permalink
Update esp-entity-table.ts (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebbePod authored May 3, 2024
1 parent cbb11b7 commit 994b434
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 @@ -408,7 +408,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 994b434

Please sign in to comment.