Skip to content

Commit 0d4d038

Browse files
✨ Update route definitions for consistency and improve document table color logic
1 parent d999000 commit 0d4d038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/routes/_layout/documents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function DocumentsTable() {
106106
{document.filename || "N/A"}
107107
</Table.Cell>
108108
<Table.Cell
109-
color={!document.description ? "gray" : "inherit"}
109+
color={!document.filename ? "gray" : "inherit"}
110110
truncate
111111
maxW="30%"
112112
>

0 commit comments

Comments
 (0)