changes how the EditProfil Modal passes props to its children

This commit is contained in:
SimonGschnell
2024-03-07 11:08:43 +01:00
parent 21f7099878
commit 96e0bfa72c
8 changed files with 82 additions and 90 deletions
@@ -70,6 +70,7 @@ class Profil_update_model extends DB_Model
$this->formatProfilRequest($request);
}
}
return $res;
}