Update field_value type to any in postCustomComponentUpdate function
This commit is contained in:
parent
fc88070965
commit
bcd230f86f
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ export async function postCustomComponent(
|
|||
export async function postCustomComponentUpdate(
|
||||
code: string,
|
||||
field: string,
|
||||
field_value: string
|
||||
field_value: any
|
||||
): Promise<AxiosResponse<APIClassType>> {
|
||||
return await api.post(`${BASE_URL_API}custom_component/update`, {
|
||||
code,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue