Skip to content

Commit 815e1ab

Browse files
authored
Merge pull request #220 from thedadams/gh-146
fix: disallow multi-line descriptions for assistants
2 parents 37fe659 + f5da616 commit 815e1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/edit/configure.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const Configure: React.FC<ConfigureProps> = ({ collapsed }) => {
9393
onChange={(e) => setRoot({ ...root, name: e.target.value })}
9494
/>
9595
</div>
96-
<Textarea
96+
<Input
9797
color="primary"
9898
fullWidth
9999
variant="bordered"

0 commit comments

Comments
 (0)