Skip to content

Commit f7dd350

Browse files
committed
fix: default value for textfield accidentally removed
1 parent 90d2346 commit f7dd350

File tree

1 file changed

+1
-0
lines changed
  • packages/frontend/src/components/InputCreator

1 file changed

+1
-0
lines changed

packages/frontend/src/components/InputCreator/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export default function InputCreator(props: InputCreatorProps): JSX.Element {
138138

139139
return (
140140
<TextField
141+
defaultValue={value}
141142
required={required}
142143
placeholder={placeholder}
143144
readOnly={readOnly || disabled}

0 commit comments

Comments
 (0)