Update mask.tsx

main
Yifei Zhang 2 years ago committed by GitHub
parent 62f8cd1db6
commit c916cd1a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -215,7 +215,7 @@ function ContextPromptItem(props: {
const [focusingInput, setFocusingInput] = useState(false); const [focusingInput, setFocusingInput] = useState(false);
return ( return (
<Draggable draggableId={props.prompt.id.toString()} index={props.index}> <Draggable draggableId={props.prompt.id || props.index.toString()} index={props.index}>
{(provided) => ( {(provided) => (
<div <div
className={chatStyle["context-prompt-row"]} className={chatStyle["context-prompt-row"]}

Loading…
Cancel
Save