We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b36765 commit 2398388Copy full SHA for 2398388
packages/compass-connections/src/components/connection-status-notifications.tsx
@@ -184,12 +184,12 @@ const openDebugConnectionErrorToast = (
184
error: Error,
185
onDebugClick: () => void
186
) => {
187
- openToast(`debug-connetion-error--${connectionInfo.id}`, {
+ openToast(`debug-connection-error--${connectionInfo.id}`, {
188
title: 'Need help debugging your connection error?',
189
description: (
190
<ConnectionDebugToastBody
191
onDebug={() => {
192
- closeToast(`debug-connetion-error--${connectionInfo.id}`);
+ closeToast(`debug-connection-error--${connectionInfo.id}`);
193
onDebugClick();
194
}}
195
/>
0 commit comments