Skip to content

Commit

Permalink
Merge branch 'client-override-unauthorized' of github.com:preset-io/s…
Browse files Browse the repository at this point in the history
…uperset into client-override-unauthorized
  • Loading branch information
suddjian committed Mar 19, 2022
2 parents 49a4d1a + 11a8669 commit 5cfae15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/embedded/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
),
Expand Down

0 comments on commit 5cfae15

Please sign in to comment.