chore: fix supported emotions
This commit is contained in:
@@ -113,9 +113,7 @@ export default function BasicBeliefNode(props: NodeProps<BasicBeliefNode>) {
|
|||||||
updateNodeData(props.id, {...data, belief: {...data.belief, description: value}});
|
updateNodeData(props.id, {...data, belief: {...data.belief, description: value}});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use this
|
const emotionOptions = ["sad", "angry", "surprise", "fear", "happy", "disgust", "neutral"];
|
||||||
const emotionOptions = ["Happy", "Angry", "Sad", "Cheerful"]
|
|
||||||
|
|
||||||
|
|
||||||
let placeholder = ""
|
let placeholder = ""
|
||||||
let wrapping = ""
|
let wrapping = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user