mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 20:56:39 +00:00
🔇 remove console.log
This commit is contained in:
@@ -88,10 +88,6 @@ export default function CreateBlueprintForm({
|
|||||||
if (!isValid) return;
|
if (!isValid) return;
|
||||||
|
|
||||||
const payload = form.getValues();
|
const payload = form.getValues();
|
||||||
console.log({
|
|
||||||
isValid,
|
|
||||||
payload
|
|
||||||
});
|
|
||||||
const res = await api
|
const res = await api
|
||||||
.put<
|
.put<
|
||||||
AxiosResponse<CreateBlueprintResponse>
|
AxiosResponse<CreateBlueprintResponse>
|
||||||
|
|||||||
Reference in New Issue
Block a user