const updateProject = (project_id) => {
    const projectData = {
        about_html: fields.about_html()
    };