Adjust organization address fields and brighten FilePond preview

This commit is contained in:
Jürgen Mummert
2026-03-01 12:00:46 +01:00
parent 3176e6e414
commit 84a6f118dc
5 changed files with 23 additions and 6 deletions
+1 -2
View File
@@ -71,10 +71,9 @@ class OrganizationRepository
[
'title' => $data['title'] ?? '',
'street' => $data['street'] ?? '',
'street2' => $data['street2'] ?? '',
'postal' => $data['postal'] ?? '',
'city' => $data['city'] ?? '',
'state' => $data['state'] ?? '',
'country' => $data['country'] ?? '',
'phone' => $data['phone'] ?? '',
'email' => $data['email'] ?? '',
'website' => $data['website'] ?? '',