diff --git a/frontend/src/pages/SetupPage.tsx b/frontend/src/pages/SetupPage.tsx index 3a7e80e..47a66b3 100644 --- a/frontend/src/pages/SetupPage.tsx +++ b/frontend/src/pages/SetupPage.tsx @@ -116,7 +116,6 @@ const SetupPage: React.FC = () => { const [instagramUrl, setInstagramUrl] = useState(''); const [youtubeUrl, setYoutubeUrl] = useState(''); const [galleryUrl, setGalleryUrl] = useState(''); - const [galleryLabel, setGalleryLabel] = useState('Fotogalerie'); const toast = useToast(); const navigate = useNavigate(); @@ -293,7 +292,6 @@ const SetupPage: React.FC = () => { instagram_url: instagramUrl || undefined, youtube_url: youtubeUrl || undefined, gallery_url: galleryUrl || undefined, - gallery_label: galleryLabel || undefined, // GPS location (optional) location_latitude: typeof gpsLat === 'number' ? gpsLat : undefined, location_longitude: typeof gpsLng === 'number' ? gpsLng : undefined, @@ -564,7 +562,7 @@ const SetupPage: React.FC = () => { URL loga klubu - setClubLogoUrl(e.target.value)} /> + setClubLogoUrl(e.target.value)} />