fix(dialog): 결재 상세 닫기 버튼 제거
- 결재 상세 다이얼로그 호출 시 actions를 비워 기본 닫기 버튼이 생성되지 않도록 처리 - 헤더 우측 닫기 아이콘만 남겨 중복 버튼 노출 문제를 해결
This commit is contained in:
@@ -26,6 +26,7 @@ Future<void> showApprovalDetailDialog({
|
|||||||
return showSuperportDialog<void>(
|
return showSuperportDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
title: '결재 상세',
|
title: '결재 상세',
|
||||||
|
actions: const [],
|
||||||
headerActions: [
|
headerActions: [
|
||||||
ShadButton.ghost(
|
ShadButton.ghost(
|
||||||
key: const ValueKey('approval_detail_refresh'),
|
key: const ValueKey('approval_detail_refresh'),
|
||||||
|
|||||||
Reference in New Issue
Block a user