We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e5f63 commit bfb6017Copy full SHA for bfb6017
client/src/app/components/TableCellError.tsx
@@ -9,5 +9,5 @@ interface TableCellErrorProps {
9
}
10
11
export const TableCellError: React.FC<TableCellErrorProps> = ({ error }) => {
12
- return <Label color="red">{error.code} Error</Label>;
+ return <Label color="red">{error.status} Error</Label>;
13
};
0 commit comments