Skip to content

Commit

Permalink
Added state code as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulg1254 committed Aug 20, 2024
1 parent c4186fe commit 8c36076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/state.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const State: React.FC = () => {

const columns = [
{ key: "label", title: t("MASTER.STATE"), width: "130" },
{ key: "value", title: t("MASTER.CODE"), width: "130" },
{ key: "value", title: t("MASTER.STATE_CODE"), width: "130" },
{ key: "createdBy", title: t("MASTER.CREATED_BY"), width: "130" },
{ key: "updatedBy", title: t("MASTER.UPDATED_BY"), width: "130" },
{ key: "createdAt", title: t("MASTER.CREATED_AT"), width: "160" },
Expand Down

0 comments on commit 8c36076

Please sign in to comment.