Fix notification (#3960)

main
Maria Khrustaleva 4 years ago committed by GitHub
parent 2de4724978
commit d237cb698c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1241,9 +1241,7 @@ export default function (state = defaultState, action: AnyAction): Notifications
...state.errors.cloudStorages,
deleting: {
message:
'Could not delete ' +
`<a href="/cloudstorages/${cloudStorageID}" target="_blank">
cloud storage ${cloudStorageID}</a>`,
`Could not delete cloud storage ${cloudStorageID}`,
reason: action.payload.error.toString(),
className: 'cvat-notification-notice-delete-cloud-storage-failed',
},

Loading…
Cancel
Save