mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 06:35:22 +02:00
refactor: remove console log
This commit is contained in:
@@ -77,8 +77,6 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => {
|
||||
resolver: zodResolver(mySchema),
|
||||
});
|
||||
|
||||
console.log(form.formState.errors);
|
||||
|
||||
const buildType = form.watch("buildType");
|
||||
useEffect(() => {
|
||||
if (data) {
|
||||
|
||||
Reference in New Issue
Block a user