diff --git a/.env b/.env index 517636e..d20c936 100644 --- a/.env +++ b/.env @@ -4,7 +4,7 @@ NEXT_PUBLIC_AVAILABLE_LANGUAGES=en NEXT_PUBLIC_ENABLE_MULTI_LANG=true NODE_ENV=production NEXT_PUBLIC_REST_API_ENDPOINT=https://mesbahi.nwhco.ir/api -NEXT_PUBLIC_SITE_URL=https://mesbahi.nwhco.ir:3000/ +NEXT_PUBLIC_SITE_URL=https://mesbahi.nwhco.ir/ # NEXT_PUBLIC_BASE_PATH: '/dashboard' NEXT_PUBLIC_AUTH_TOKEN_KEY=AUTH_CRED diff --git a/src/components/shop/shop-form.tsx b/src/components/shop/shop-form.tsx index 7c908d9..dcfcec9 100644 --- a/src/components/shop/shop-form.tsx +++ b/src/components/shop/shop-form.tsx @@ -250,7 +250,8 @@ const ShopForm = ({ initialValues }: { initialValues?: Shop }) => { return true; }; - + console.log(errors); + return ( <>