mirror of
https://github.com/immich-app/immich.git
synced 2025-11-29 02:19:47 +09:00
refactor(web): remove reactivity triggers (#14164)
This commit is contained in:
@@ -117,7 +117,6 @@
|
||||
await updatePartner({ id: partner.user.id, updatePartnerDto: { inTimeline } });
|
||||
|
||||
partner.inTimeline = inTimeline;
|
||||
partners = partners;
|
||||
} catch (error) {
|
||||
handleError(error, $t('errors.unable_to_update_timeline_display_status'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user