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

Function onRemoveEmailClick

apps/web/ui/IntegrationsModal/index.tsx:129–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 };
128
129 const onRemoveEmailClick = async () => {
130 if (!channel) {
131 return;
132 }
133 return emailUs({
134 channelName: channel.channelName,
135 accountId: channel.accountId,
136 type: 'email',
137 action: 'Remove',
138 });
139 };
140
141 return (
142 <Modal open={open} close={close} size="md">

Callers

nothing calls this directly

Calls 1

emailUsFunction · 0.85

Tested by

no test coverage detected