Skip to content

Commit

Permalink
Fix notification (#3960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 authored Nov 30, 2021
1 parent 2de4724 commit d237cb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cvat-ui/src/reducers/notifications-reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit d237cb6

Please sign in to comment.