Skip to content

Commit

Permalink
Extend toast lifetime to 15s
Browse files Browse the repository at this point in the history
Signed-off-by: Willie Hung <[email protected]>
  • Loading branch information
willie-hung committed Oct 25, 2023
1 parent 13d1792 commit 6ba0d21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export class Form extends PureComponent<FormProps> {
title: i18n.translate('advancedSettings.form.requiresPageReloadToastDescription', {
defaultMessage: 'One or more settings require you to reload the page to take effect.',
}),
toastLifeTimeMs: 15000,
text: toMountPoint(
<KibanaThemeProvider theme$={this.props.theme}>
<EuiFlexGroup justifyContent="flexEnd" gutterSize="s">
Expand Down

0 comments on commit 6ba0d21

Please sign in to comment.