diff options
Diffstat (limited to 'lib/form-list/table/formLists-table-toolbar-actions.tsx')
| -rw-r--r-- | lib/form-list/table/formLists-table-toolbar-actions.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/form-list/table/formLists-table-toolbar-actions.tsx b/lib/form-list/table/formLists-table-toolbar-actions.tsx index cf874985..97db9a91 100644 --- a/lib/form-list/table/formLists-table-toolbar-actions.tsx +++ b/lib/form-list/table/formLists-table-toolbar-actions.tsx @@ -98,13 +98,13 @@ export function FormListsTableToolbarActions({ table }: ItemsTableToolbarActions ) // 테이블 데이터 업데이트 - 전체 페이지 새로고침 대신 데이터만 갱신 - table.resetRowSelection() + // table.resetRowSelection() // 여기서 테이블 데이터를 다시 불러오는 함수를 호출 // 예: refetchTableData() // 또는 SWR/React Query 등을 사용하고 있다면 mutate() 호출 // 리로드가 꼭 필요하다면 아래 주석 해제 - // window.location.reload() + window.location.reload() } else if (data.status === 'failed') { // 에러 처리 if (pollingRef.current) { |
