feat: hide tabs and improve UI elements

This commit is contained in:
2025-12-02 14:05:35 +07:00
parent 2e98dc168a
commit edf20050db
2 changed files with 76 additions and 21 deletions

View File

@@ -251,7 +251,8 @@ const DetailContact = memo(function DetailContact(props) {
style={{ color: formData.is_active ? '#000000' : '#ff4d4f' }}
/>
</div>
<div style={{ marginBottom: 12 }}>
{/* Contact Type */}
{/* <div style={{ marginBottom: 12 }}>
<Text strong>Contact Type</Text>
<Text style={{ color: 'red' }}> *</Text>
<Select
@@ -264,7 +265,7 @@ const DetailContact = memo(function DetailContact(props) {
<Select.Option value="operator">Operator</Select.Option>
<Select.Option value="gudang">Gudang</Select.Option>
</Select>
</div>
</div> */}
</div>
</Modal>
);