fix(dialog): 결재 상세 닫기 버튼 제거

- 결재 상세 다이얼로그 호출 시 actions를 비워 기본 닫기 버튼이 생성되지 않도록 처리

- 헤더 우측 닫기 아이콘만 남겨 중복 버튼 노출 문제를 해결
This commit is contained in:
JiWoong Sul
2025-11-07 19:20:05 +09:00
parent 2f8b529506
commit 486ab8706f

View File

@@ -26,6 +26,7 @@ Future<void> showApprovalDetailDialog({
return showSuperportDialog<void>(
context: context,
title: '결재 상세',
actions: const [],
headerActions: [
ShadButton.ghost(
key: const ValueKey('approval_detail_refresh'),