MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / handleSelect

Function handleSelect

apps/webuiapps/src/components/ChatPanel/ModPanel.tsx:30–32  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

28 const editingEntry = editingId ? col.items[editingId] : null;
29
30 const handleSelect = (id: string) => {
31 setCol({ ...col, activeId: id });
32 };
33
34 const handleDelete = (id: string) => {
35 if (mods.length <= 1) return;

Callers 1

ModPanelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected