We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37fe659 + f5da616 commit 815e1abCopy full SHA for 815e1ab
components/edit/configure.tsx
@@ -93,7 +93,7 @@ const Configure: React.FC<ConfigureProps> = ({ collapsed }) => {
93
onChange={(e) => setRoot({ ...root, name: e.target.value })}
94
/>
95
</div>
96
- <Textarea
+ <Input
97
color="primary"
98
fullWidth
99
variant="bordered"
0 commit comments