liens publics pour voter pour les participants

This commit is contained in:
Yannick Le Duc
2025-08-25 15:04:27 +02:00
parent 30a228e14f
commit 06bfe11dcc
8 changed files with 583 additions and 17 deletions

View File

@@ -23,9 +23,9 @@ export default function AddPropositionModal({
const [formData, setFormData] = useState({
title: '',
description: '',
author_first_name: '',
author_last_name: '',
author_email: ''
author_first_name: 'admin',
author_last_name: 'admin',
author_email: 'admin@example.com'
});
const [loading, setLoading] = useState(false);
const [error, setError] = useState('');