From 4f04ddde6ec4bb15fad9036727285b53b600f308 Mon Sep 17 00:00:00 2001 From: "vluk@2fi-solutions.com.hk" Date: Wed, 11 Mar 2026 16:47:49 +0800 Subject: [PATCH] fixing the code the make project failed to build --- src/components/NavigationContent/NavigationContent.tsx | 2 +- src/components/StyledDataGrid/StyledDataGrid.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index 508f09e..50054d7 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -343,7 +343,7 @@ const NavigationContent: React.FC = () => { sx={{ textDecoration: "none", color: "inherit" }} > ((props, ref) => {...props} localeText={{ ...zhTW.components.MuiDataGrid.defaultProps.localeText, - labelRowsPerPage: t("Rows per page"), ...props.localeText, // 允许覆盖 }} />