From a425ba62fbcc34bb3b10281a44ba48edc466fe3e Mon Sep 17 00:00:00 2001 From: boneill-ds Date: Tue, 23 Sep 2025 13:24:25 -0600 Subject: [PATCH] Update frontend/src/app/knowledge/chunks/page.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/app/knowledge/chunks/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/knowledge/chunks/page.tsx b/frontend/src/app/knowledge/chunks/page.tsx index 9a889dae..c55690c5 100644 --- a/frontend/src/app/knowledge/chunks/page.tsx +++ b/frontend/src/app/knowledge/chunks/page.tsx @@ -26,6 +26,7 @@ const getFileTypeLabel = (mimetype: string) => { if (mimetype === "application/pdf") return "PDF"; if (mimetype === "text/plain") return "Text"; if (mimetype === "application/msword") return "Word Document"; + return "Unknown"; }; function ChunksPageContent() {