This commit is contained in:
Abhinav-grd 2021-08-06 13:36:04 +05:30
parent 09979714b6
commit 02032041e1

View file

@ -216,7 +216,7 @@ export default function Upload(props: Props) {
);
} catch (err) {
if (err?.message===CustomError.ETAG_MISSING) {
props. setDialogMessage({ title: constants.UPLOAD_FAILED,
props.setDialogMessage({ title: constants.UPLOAD_FAILED,
staticBackdrop: true,
close: { variant: 'danger', text: constants.CLOSE },
content: constants.ETAGS_BLOCKED(DESKTOP_APP_DOWNLOAD_URL),