Skip to content

Commit

Permalink
fix redploy
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Dec 28, 2024
1 parent c9673fa commit ffefdeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const StringControl = observer(
e => {
if (port.type.description === 'String') {
const value = port.type.parse(e.target.value);

setValue(value);
}
},
Expand Down

0 comments on commit ffefdeb

Please sign in to comment.