Skip to content

Commit

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

Addresses #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 #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
ElenaStoeva and kibanamachine authored Jan 8, 2024
1 parent 68e07e8 commit 55f9417
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 55f9417

Please sign in to comment.