Update service hospital dan prime center
This commit is contained in:
@@ -1327,7 +1327,7 @@ export default function Detail() {
|
||||
</InputLabel>
|
||||
<Select
|
||||
id="service_type"
|
||||
value={valServiceType}
|
||||
value={valServiceType ? serviceTypeData?.[0].id : ''}
|
||||
fullWidth
|
||||
label="Service Type"
|
||||
error={!!valServiceTypeError}
|
||||
@@ -1335,6 +1335,7 @@ export default function Detail() {
|
||||
setValServiceType(e.target.value);
|
||||
setValServiceTypeError(e.target.value === '' ? 'This field is required' : '');
|
||||
}}
|
||||
disabled
|
||||
|
||||
>
|
||||
{serviceTypeData?.map((item, index) => (
|
||||
|
||||
Reference in New Issue
Block a user