From 11a866955f8947f17567c59fe1799c794c85ab53 Mon Sep 17 00:00:00 2001 From: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com> Date: Fri, 18 Mar 2022 19:30:23 -0700 Subject: [PATCH] Update superset-frontend/src/embedded/index.tsx --- superset-frontend/src/embedded/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/embedded/index.tsx b/superset-frontend/src/embedded/index.tsx index 64e517610e968..3cd89a88be225 100644 --- a/superset-frontend/src/embedded/index.tsx +++ b/superset-frontend/src/embedded/index.tsx @@ -98,7 +98,7 @@ function guestUnauthorizedHandler() { 'This session has encountered an interruption, and some controls may not work as intended. If you are the developer of this app, please check that the guest token is being generated correctly.', ), { - duration: -1, // stay open until closed + duration: -1, // stay open until manually closed noDuplicate: true, }, ),