diff --git a/frontend/lib/registry/components/table-list/TableListComponent.tsx b/frontend/lib/registry/components/table-list/TableListComponent.tsx index 5073197d..9fec8fc5 100644 --- a/frontend/lib/registry/components/table-list/TableListComponent.tsx +++ b/frontend/lib/registry/components/table-list/TableListComponent.tsx @@ -4674,8 +4674,8 @@ export const TableListComponent: React.FC = ({ - {/* 새로고침 버튼 */} - {(tableConfig.toolbar?.showRefresh ?? true) && ( + {/* 새로고침 버튼 (하단 페이지네이션) */} + {(tableConfig.toolbar?.showPaginationRefresh ?? true) && (