mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 22:33:17 +00:00
update Toast to toaster
This commit is contained in:
@@ -88,7 +88,7 @@ export default class ToastManager extends React.PureComponent {
|
||||
title,
|
||||
description: settings.description,
|
||||
hasCloseButton: settings.hasCloseButton || true,
|
||||
duration: settings.duration || 5,
|
||||
duration: settings.duration || 2,
|
||||
close: () => this.closeToast(id),
|
||||
intent: settings.intent
|
||||
};
|
||||
|
Reference in New Issue
Block a user