diff --git a/src/views/Admin/InstanceView.vue b/src/views/Admin/InstanceView.vue index 5b19ea460..a08ddad16 100644 --- a/src/views/Admin/InstanceView.vue +++ b/src/views/Admin/InstanceView.vue @@ -255,7 +255,7 @@ const { mutate: rejectInstance, onError: onRejectInstanceError } = useMutation( () => ({ update(cache: ApolloCache) { cache.writeFragment({ - id: cache.identify(instance as unknown as Reference), + id: cache.identify(instance.value as unknown as Reference), fragment: gql` fragment InstanceFollowerStatus on Instance { followerStatus