From ed864fa46c7ce0aac2de4c5ba5d311ebfd7e6a88 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 15 May 2025 01:34:49 +0000 Subject: (대표님) 벤더 문서 관련 개발사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/form-list/table/formLists-table-toolbar-actions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/form-list/table/formLists-table-toolbar-actions.tsx') 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) { -- cgit v1.2.3