minor fixes
This commit is contained in:
@@ -111,6 +111,7 @@ function NewAgentModal(props: {
|
||||
<Textarea
|
||||
label="Backstory"
|
||||
color="blue"
|
||||
className="text-white"
|
||||
resize={true}
|
||||
value={tempAgent?.backstory || ""}
|
||||
onChange={(event) => {
|
||||
|
||||
Reference in New Issue
Block a user