Skip to content

Commit 9780de4

Browse files
committed
chore: check for debugclick
1 parent 8d30961 commit 9780de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-connections/src/components/connection-status-notifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const openConnectionFailedToast = ({
201201
onReview={
202202
onReviewClick
203203
? () => {
204-
if (!showDebugButton) {
204+
if (!onDebugClick) {
205205
// don't close the toast if there are two actions so that the user
206206
// can still use the other one
207207
closeToast(`connection-status--${failedToastId}`);

0 commit comments

Comments
 (0)