MCPcopy Create free account
hub / github.com/codeaashu/claude-code / goBackToList

Function goBackToList

src/components/teams/TeamsDialog.tsx:87–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 // Get isBypassPermissionsModeAvailable from AppState
86 const isBypassAvailable = useAppState(s => s.toolPermissionContext.isBypassPermissionsModeAvailable);
87 const goBackToList = (): void => {
88 setDialogLevel({
89 type: 'teammateList',
90 teamName: dialogLevel.teamName
91 });
92 setSelectedIndex(0);
93 };
94
95 // Handler for confirm:cycleMode - cycle teammate permission modes
96 const handleCycleMode = useCallback(() => {

Callers 1

TeamsDialogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected