mirror of
https://github.com/immich-app/immich.git
synced 2025-06-04 14:14:23 -04:00
chore(web): remove album's action notification (#7467)
This commit is contained in:
parent
c94874296c
commit
908104299d
@ -412,8 +412,6 @@
|
|||||||
albumThumbnailAssetId: assetId,
|
albumThumbnailAssetId: assetId,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
notificationController.show({ type: NotificationType.Info, message: 'Updated album cover' });
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
handleError(error, 'Unable to update album cover');
|
handleError(error, 'Unable to update album cover');
|
||||||
}
|
}
|
||||||
@ -432,7 +430,6 @@
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
currentAlbumName = album.albumName;
|
currentAlbumName = album.albumName;
|
||||||
notificationController.show({ type: NotificationType.Info, message: 'New album name has been saved' });
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
handleError(error, 'Unable to update album name');
|
handleError(error, 'Unable to update album name');
|
||||||
}
|
}
|
||||||
@ -449,10 +446,7 @@
|
|||||||
description,
|
description,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
notificationController.show({
|
|
||||||
type: NotificationType.Info,
|
|
||||||
message: 'Album description has been updated',
|
|
||||||
});
|
|
||||||
album.description = description;
|
album.description = description;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
handleError(error, 'Error updating album description');
|
handleError(error, 'Error updating album description');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user