Added support for download error notifications

Style improvements
This commit is contained in:
Isaac Abadi
2022-11-25 18:20:08 -05:00
parent b51f45c704
commit f44be29181
5 changed files with 20 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ export class NotificationsListComponent {
// Attaches string to the end of the notification text
NOTIFICATION_SUFFIX_KEY: { [key in NotificationType]: string } = {
download_complete: 'file_title',
download_error: 'file_url'
download_error: 'download_url'
}
NOTIFICATION_ACTION_TO_STRING: { [key in NotificationAction]: string } = {