Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 2f22b71

Browse files
committed
Continue
1 parent f31958f commit 2f22b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

containers/api/ApiProvider.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const ApiProvider = ({ config, onLogout, children, UID }) => {
4848
createNotification({
4949
type: 'error',
5050
text: message || c('Info').t`Application upgrade required`,
51-
expiration: -1
51+
expiration: -1,
52+
disableAutoClose: true
5253
});
5354
throw e;
5455
}

0 commit comments

Comments
 (0)