naturalsolutions / ecoSecrets

ecoSecrets is a web application which enables users to manage their camera traps data
https://demo.ecosecrets.natural-solutions.eu/
GNU General Public License v3.0
18 stars 5 forks source link

fix(front): remove hardcoded values in creating the project #9

Closed mvergez closed 1 year ago

mvergez commented 1 year ago

When the database is empty, it is impossible to create a project from home page. It is because the front was sending owner_id and contact_id hardcoded values (1) in the POST request to create a project*

Related to #8