fix: boards 페이지 headerActions 함수 타입 수정

- headerActions를 ReactNode에서 함수 타입으로 변경
- UniversalListPage의 headerActions 타입 규격에 맞춤
- "_config_headerActions.call is not a function" 에러 해결

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
byeongcheolryu
2026-01-16 15:30:39 +09:00
parent 60505f52ea
commit 134dec8f9d

View File

@@ -340,7 +340,7 @@ export default function DynamicBoardListPage() {
},
columns: tableColumns,
headerActions: (
headerActions: () => (
<>
<DateRangeSelector
startDate={startDate}