Skip to content

Commit

Permalink
[Advanced Settings][Serverless] Extend reload page toast lifetime (el…
Browse files Browse the repository at this point in the history
…astic#173563)

Addresses elastic#172922

## Summary

This PR extends the "Reload page" toast lifetime to 15s (it was 5s
before). This change was added to the original (stateful) Advanced
settings plugin with elastic#169899 and
we need to also add it to the new Settings packages before we integrate
them into stateful Kibana.

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and delanni committed Jan 11, 2024
1 parent a0db389 commit 94e5117
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ export const reloadPageToast = (theme: ThemeServiceStart, i18nStart: I18nStart):
{ i18n: i18nStart, theme }
),
color: 'success',
toastLifeTimeMs: 15000,
};
};

0 comments on commit 94e5117

Please sign in to comment.