lavoce #20

Merged
bragaz_rexita merged 5 commits from lavoce into main 2025-11-19 01:05:19 +00:00
Showing only changes of commit 8405568e85 - Show all commits

View File

@@ -28,11 +28,11 @@ const BrandForm = ({ form, formData, onValuesChange, isEdit = false }) => {
<Form.Item label="Brand Code" name="brand_code"> <Form.Item label="Brand Code" name="brand_code">
<Input <Input
placeholder={isEdit ? 'Brand Code Auto Fill' : 'Brand Code'} placeholder={'Auto Fill Brand Code'}
disabled={isEdit} disabled={true}
style={{ style={{
backgroundColor: isEdit ? '#f5f5f5' : 'white', backgroundColor: '#f5f5f5',
cursor: isEdit ? 'not-allowed' : 'text' cursor: 'not-allowed'
}} }}
/> />
</Form.Item> </Form.Item>