|
@@ -124,7 +124,7 @@ export const UserGroupDeleteModal: FC<Props> = (props: Props) => {
|
|
|
name="actionName"
|
|
name="actionName"
|
|
|
className="form-control"
|
|
className="form-control"
|
|
|
placeholder="select"
|
|
placeholder="select"
|
|
|
- value={actionName?.toString() ?? ''}
|
|
|
|
|
|
|
+ value={actionName ?? ''}
|
|
|
onChange={handleActionChange}
|
|
onChange={handleActionChange}
|
|
|
>
|
|
>
|
|
|
<option value="" disabled>{t('admin:user_group_management.delete_modal.dropdown_desc')}</option>
|
|
<option value="" disabled>{t('admin:user_group_management.delete_modal.dropdown_desc')}</option>
|