Remove unused variable and update API call
This commit is contained in:
parent
05f3faa055
commit
8625a29dc3
1 changed files with 2 additions and 2 deletions
|
|
@ -357,10 +357,10 @@ export async function postCustomComponent(
|
|||
code: string,
|
||||
apiClass: APIClassType
|
||||
): Promise<AxiosResponse<APIClassType>> {
|
||||
let template = apiClass.template;
|
||||
// let template = apiClass.template;
|
||||
return await api.post(`${BASE_URL_API}custom_component`, {
|
||||
code,
|
||||
template,
|
||||
frontend_node: apiClass,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue