IO-3092 Address PR concerns.
This commit is contained in:
@@ -67,9 +67,8 @@ export function DocumentsUploadImgproxyComponent({
|
||||
|
||||
//Check to see if old files plus newly uploaded ones will be too much.
|
||||
if (shouldStopUpload) {
|
||||
notification.open({
|
||||
notification.error({
|
||||
key: "cannotuploaddocuments",
|
||||
type: "error",
|
||||
message: t("documents.labels.upload_limitexceeded_title"),
|
||||
description: t("documents.labels.upload_limitexceeded")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user