diff --git a/src/pages/PublicNotice/Search_GLD/DataGrid.js b/src/pages/PublicNotice/Search_GLD/DataGrid.js index ae8c290..014647f 100644 --- a/src/pages/PublicNotice/Search_GLD/DataGrid.js +++ b/src/pages/PublicNotice/Search_GLD/DataGrid.js @@ -84,7 +84,7 @@ export default function SearchPublicNoticeTable({ recordList }) { { id: 'groupNo', field: 'groupNo', - headerName: 'Gazette Group', + headerName: 'Gazette Code', flex: 0.5, valueGetter: (params) => { return (params?.value) ? (params?.value) : "";