mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: Remove incorrect timeout on standard info notifications
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
561d8dbc09
commit
bcf95a65f1
@ -16,7 +16,6 @@ const showInfoNotificationInjectable = getInjectable({
|
||||
return (message, customOpts = {}) =>
|
||||
notificationsStore.add({
|
||||
status: NotificationStatus.INFO,
|
||||
timeout: 5000,
|
||||
message,
|
||||
...customOpts,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user