diff --git a/web/libs/editor/src/components/TaskSummary/DataSummary.tsx b/web/libs/editor/src/components/TaskSummary/DataSummary.tsx index 8eb626574c05..9de0ab1ed183 100644 --- a/web/libs/editor/src/components/TaskSummary/DataSummary.tsx +++ b/web/libs/editor/src/components/TaskSummary/DataSummary.tsx @@ -24,12 +24,20 @@ export const DataSummary = ({ data_types }: { data_types: ObjectTypes }) => { cell: ({ getValue }) => { const value = getValue(); - // super simple support for images + // super simple support for images, audio, and video // @todo create a proper data type handler for all data types if (type === "image") { return {field}; } + if (type === "audio") { + return