From bc86e99cf7b8e514aaa17e0d64a3b2fda039d2ef Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 8 Aug 2023 22:15:46 +0200 Subject: [PATCH] Fix code errors --- client/src/components/modules/SnapshotListItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/modules/SnapshotListItem.vue b/client/src/components/modules/SnapshotListItem.vue index 628b361a..4ffd6e70 100644 --- a/client/src/components/modules/SnapshotListItem.vue +++ b/client/src/components/modules/SnapshotListItem.vue @@ -130,7 +130,7 @@ export default { const { id, title } = snapshot; store.writeFragment({ id, - fragment: SNAPSHOT_FRAGMENT, + fragment: SnapshotTitleListItem, data: { title, __typename: 'SnapshotNode', @@ -219,7 +219,7 @@ export default { ) { store.writeFragment({ id, - fragment: SNAPSHOT_FRAGMENT, + fragment: SnapshotListItemFragment, data: { shared, __typename: 'SnapshotNode',