Loading frontend/src/email/EmailTemplates/index.tsx +0 −2 Original line number Diff line number Diff line Loading @@ -55,14 +55,12 @@ const EmailTemplates: FC<EmailTemplatesProps> = ({ exerciseId: exerciseId || '-1', emailAddresses: emailAddresses || [], }, fetchPolicy: 'network-only', }) const { data: existingThreadData } = useGetThreadTemplates({ skip: threadId === undefined, variables: { threadId: threadId || '-1', }, fetchPolicy: 'network-only', }) const templates = ( Loading Loading
frontend/src/email/EmailTemplates/index.tsx +0 −2 Original line number Diff line number Diff line Loading @@ -55,14 +55,12 @@ const EmailTemplates: FC<EmailTemplatesProps> = ({ exerciseId: exerciseId || '-1', emailAddresses: emailAddresses || [], }, fetchPolicy: 'network-only', }) const { data: existingThreadData } = useGetThreadTemplates({ skip: threadId === undefined, variables: { threadId: threadId || '-1', }, fetchPolicy: 'network-only', }) const templates = ( Loading