Commit 8af02c7c authored by Patrik Kotucek's avatar Patrik Kotucek
Browse files

fix: ChannelLogs query fetch

parent 2cb741cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ export const ActionLog: FC<ActionLogProps> = ({
      teamIds: [teamId],
      channelId,
    },
    requestPolicy: 'network-only',
    context: useMemo(
      () => ({
        suspense: true,