MCPcopy Create free account
hub / github.com/bytebase/bytebase / handleRowClick

Function handleRowClick

frontend/src/react/pages/settings/IDPsPage.tsx:2001–2008  ·  view source on GitHub ↗
(idp: IdentityProvider)

Source from the content-addressed store, hash-verified

1999 };
2000
2001 const handleRowClick = (idp: IdentityProvider) => {
2002 router.push({
2003 name: WORKSPACE_ROUTE_IDENTITY_PROVIDER_DETAIL,
2004 params: {
2005 idpId: getIdentityProviderResourceId(idp.name),
2006 },
2007 });
2008 };
2009
2010 return (
2011 <div className="w-full px-4 py-4 flex flex-col gap-y-4">

Callers 4

ProjectsPageFunction · 0.70
InstancesPageFunction · 0.70
IDPsPageFunction · 0.70
DatabaseChangelogTableFunction · 0.50

Calls 1

Tested by

no test coverage detected