فهرست منبع

fix missing type field in place creation request body

neyrogovnarik 1 ماه پیش
والد
کامیت
2d92b3029c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      frontend/src/components/PlaceForm.tsx

+ 1 - 0
frontend/src/components/PlaceForm.tsx

@@ -91,6 +91,7 @@ export default function PlaceForm({ type, onSuccess, place }: PlaceFormProps) {
         access_info: accessInfo || undefined,
         tags: selectedTags,
         features: selectedFeatures,
+        type,
       }
 
       if (coverImage) body.cover_image = coverImage