MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / Remove

Function Remove

apps/web/ui/IntegrationsModal/index.tsx:224–233  ·  view source on GitHub ↗
(onClick: () => Promise<void>)

Source from the content-addressed store, hash-verified

222}
223
224function Remove(onClick: () => Promise<void>) {
225 return (
226 <span
227 className={styles['flex-items-center-gap-1-text-xs-pl-4-cursor-pointer']}
228 onClick={onClick}
229 >
230 <FiX /> Remove
231 </span>
232 );
233}
234
235function emailUs({
236 channelName,

Callers 1

IntegrationsModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected