MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / handleSubmit

Function handleSubmit

packages/studio/src/components/AskAgentModal.tsx:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 });
47
48 const handleSubmit = () => {
49 if (!value.trim()) return;
50 onSubmit(value.trim());
51 };
52
53 return (
54 <div

Callers 2

AskAgentModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected