mirror of
https://github.com/immich-app/immich.git
synced 2026-03-07 18:47:31 +03:00
@@ -40,7 +40,7 @@
|
||||
const count = results.filter(({ success }) => success).length;
|
||||
notificationController.show({
|
||||
type: NotificationType.Info,
|
||||
message: $t('assets_removed_count', { values: { count: count } }),
|
||||
message: $t('assets_removed_count', { values: { count } }),
|
||||
});
|
||||
|
||||
clearSelect();
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
notificationController.show({
|
||||
type: NotificationType.Info,
|
||||
message: $t('assets_removed_count', { values: { count: count } }),
|
||||
message: $t('assets_removed_count', { values: { count } }),
|
||||
});
|
||||
|
||||
clearSelect();
|
||||
|
||||
Reference in New Issue
Block a user