Skip to content

Commit 0d667db

Browse files
committed
chore: remove noon handlers
1 parent f07f880 commit 0d667db

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

chat-client/src/client/mynahUi.ts

-10
Original file line numberDiff line numberDiff line change
@@ -341,16 +341,6 @@ export const createMynahUi = (
341341
}
342342
throw new Error(`Unhandled tab bar button id: ${buttonId}`)
343343
},
344-
345-
// Noop not-implemented handlers
346-
onBeforeTabRemove: undefined,
347-
onFileActionClick: undefined,
348-
onStopChatResponse: undefined,
349-
onQuickCommandGroupActionClick: undefined,
350-
onChatItemEngagement: undefined,
351-
onShowMoreWebResultsClick: undefined,
352-
onFormLinkClick: undefined,
353-
onFormModifierEnterPress: undefined,
354344
}
355345

356346
const mynahUiProps: MynahUIProps = {

0 commit comments

Comments
 (0)