사용자 마스터 UI 및 테스트 구현

This commit is contained in:
JiWoong Sul
2025-09-22 21:27:45 +09:00
parent 2106d13b12
commit b6e50464d2
16 changed files with 1921 additions and 54 deletions

View File

@@ -715,11 +715,7 @@ class _CustomerEnabledPageState extends State<_CustomerEnabledPage> {
label: '비고',
child: ShadTextarea(controller: noteController),
),
if (existing != null)
..._buildAuditInfo(
existing,
theme,
),
if (existing != null) ..._buildAuditInfo(existing, theme),
],
),
),