From f28aeda74c8787c78c5a0347e3a205a8ad978120 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 29 Jan 2026 11:29:19 +0700 Subject: [PATCH] refactor(FE): Move Error List Alert below form fields --- .../production/uniformity/UniformityTable.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/pages/production/uniformity/UniformityTable.tsx b/src/components/pages/production/uniformity/UniformityTable.tsx index 8b549458..86826b15 100644 --- a/src/components/pages/production/uniformity/UniformityTable.tsx +++ b/src/components/pages/production/uniformity/UniformityTable.tsx @@ -1274,13 +1274,6 @@ const UniformityTable = () => { - {/* Error List Alert */} - {formErrorList.length > 0 && ( -
- -
- )} -
@@ -1387,6 +1380,18 @@ const UniformityTable = () => {
+
+ {/* Error List Alert */} + {formErrorList.length > 0 && ( +
+ +
+ )} +
+ {/* Action Buttons */}