add text so string node uses textarea

This commit is contained in:
mickr777
2023-07-21 19:36:27 +10:00
committed by GitHub
parent 4e1786d9ae
commit 13e7614508

View File

@ -35,7 +35,8 @@ const StringInputFieldComponent = (
return (
<>
{field.name.toLowerCase() === 'prompt' ? (
{field.name.toLowerCase() === 'prompt' ||
field.name.toLowerCase() === 'text' ? (
<Textarea
style={{
height: '150px',