diff --git a/src/chatbox.tsx b/src/chatbox.tsx
index 12b17b5..938b8e9 100644
--- a/src/chatbox.tsx
+++ b/src/chatbox.tsx
@@ -170,6 +170,7 @@ export default function ChatBOX(props: {
setChatStore={setChatStore}
show={showSettings}
setShow={setShowSettings}
+ selectedChatStoreIndex={props.selectedChatIndex}
/>
void;
show: boolean;
setShow: StateUpdater;
+ selectedChatStoreIndex: number;
}) => {
if (!props.show) return ;
const link =
@@ -194,6 +195,43 @@ export default (props: {
readOnly={true}
{...props}
/>
+
+
+
+