Fix PicPeak regressions and close #22 #24 #25 #26 #27 #28

This commit is contained in:
2025-09-21 22:03:07 +02:00
parent 39d2244e1e
commit 8611206396
18 changed files with 434 additions and 63 deletions
+3 -1
View File
@@ -28,6 +28,8 @@ interface UpdateEventData {
allow_user_uploads?: boolean;
upload_category_id?: number | null;
hero_photo_id?: number | null;
source_mode?: 'managed' | 'reference';
external_path?: string | null;
}
interface EventsListResponse {
@@ -124,4 +126,4 @@ export const eventsService = {
const response = await api.post(`/admin/events/${eventId}/resend-email`);
return response.data;
},
};
};