1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

remove success message

This commit is contained in:
lian
2022-03-04 11:01:57 +08:00
parent 2231d2d21f
commit 23a773d910
2 changed files with 0 additions and 4 deletions

View File

@@ -371,8 +371,6 @@ class GenerateShareLink extends React.Component {
sharedLinkInfo: sharedLinkInfo,
isEditingExpiration: false,
});
let message = gettext('Successfully update expiration.');
toaster.success(message);
}).catch((error) => {
let errMessage = Utils.getErrorMsg(error);
toaster.danger(errMessage);