From 2d3d96e5b55a225eb97251850909eb7a0a7242ed Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 20 Aug 2023 20:21:33 -0700 Subject: feat: :sparkles: delete context groups --- extension/react-app/src/hooks/ContinueGUIClientProtocol.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extension/react-app/src/hooks/ContinueGUIClientProtocol.ts') diff --git a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts index aa558adb..b3ac2570 100644 --- a/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts +++ b/extension/react-app/src/hooks/ContinueGUIClientProtocol.ts @@ -143,6 +143,10 @@ class ContinueGUIClientProtocol extends AbstractContinueGUIClientProtocol { selectContextGroup(id: string): void { this.messenger?.send("select_context_group", { id }); } + + deleteContextGroup(id: string): void { + this.messenger?.send("delete_context_group", { id }); + } } export default ContinueGUIClientProtocol; -- cgit v1.2.3-70-g09d2