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 8d30961 commit 9780de4Copy full SHA for 9780de4
packages/compass-connections/src/components/connection-status-notifications.tsx
@@ -201,7 +201,7 @@ const openConnectionFailedToast = ({
201
onReview={
202
onReviewClick
203
? () => {
204
- if (!showDebugButton) {
+ if (!onDebugClick) {
205
// don't close the toast if there are two actions so that the user
206
// can still use the other one
207
closeToast(`connection-status--${failedToastId}`);
0 commit comments