Skip to content

Commit

Permalink
Merge pull request #144 from rahulg1254/admin-master
Browse files Browse the repository at this point in the history
Task #223691 feat: Changed block name as block in ka-table component
  • Loading branch information
itsvick authored Aug 20, 2024
2 parents 32ef163 + 8c36076 commit b9d1339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const Block: React.FC = () => {
const columns = [
{
key: "block",
title: t("MASTER.BLOCK"),
title: t("COMMON.BLOCK"),
dataType: DataType.String,
width: "130",
},
Expand Down
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 b9d1339

Please sign in to comment.