From d51c59ce95489ffd0327507472f0767961a48f01 Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:45:10 -0800 Subject: [PATCH] revert to caps --- frontend/src/components/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Dashboard.tsx b/frontend/src/components/Dashboard.tsx index 901653401..364b96e10 100644 --- a/frontend/src/components/Dashboard.tsx +++ b/frontend/src/components/Dashboard.tsx @@ -15,7 +15,7 @@ import { AxiosResponse } from '~/axios' const columns = [ { field: 'id', - headerName: 'Employee Id', + headerName: 'Employee ID', sortable: true, filterable: true, flex: 1,