Added unknown file icon IO-525

This commit is contained in:
Patrick Fic
2021-02-22 13:04:12 -08:00
parent 6bdf5b8499
commit 67bfb48c95
4 changed files with 8 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export function ChatMediaSelector({
}) {
const { t } = useTranslation();
console.log("conversation", conversation);
const { loading, error, data, refetch } = useQuery(GET_DOCUMENTS_BY_JOB, {
const { loading, error, data } = useQuery(GET_DOCUMENTS_BY_JOB, {
variables: {
jobId:
conversation.job_conversations[0] &&