diff --git a/frontend/packages/common/src/components/aoplatform/PageList.tsx b/frontend/packages/common/src/components/aoplatform/PageList.tsx index 761366cb..dab31d82 100644 --- a/frontend/packages/common/src/components/aoplatform/PageList.tsx +++ b/frontend/packages/common/src/components/aoplatform/PageList.tsx @@ -36,6 +36,7 @@ interface PageListProps extends ProTableProps, RefAttributes void beforeSearchNode?: React.ReactNode[] @@ -75,6 +76,7 @@ const PageList = >( primaryKey = 'id', addNewBtnTitle, addNewBtnAccess, + addNewBtnDisabled = false, tableClickAccess, tableClass, onAddNewBtnClick, @@ -202,6 +204,7 @@ const PageList = >(