From 8405568e859f27f9a0cec24399d3c8ba1b970ba1 Mon Sep 17 00:00:00 2001 From: vinix Date: Tue, 18 Nov 2025 11:51:28 +0700 Subject: [PATCH] fix: Update Brand Code input to always be disabled with consistent placeholder and styling --- src/pages/master/brandDevice/component/BrandForm.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/master/brandDevice/component/BrandForm.jsx b/src/pages/master/brandDevice/component/BrandForm.jsx index 046045b..2c7227e 100644 --- a/src/pages/master/brandDevice/component/BrandForm.jsx +++ b/src/pages/master/brandDevice/component/BrandForm.jsx @@ -28,11 +28,11 @@ const BrandForm = ({ form, formData, onValuesChange, isEdit = false }) => {