Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad99-9 committed Dec 20, 2023
1 parent a12294f commit e3f201f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ class SelectOrganizationViewModel extends BaseModel {
return {
'organizationsConnection':
(existingOrganizations!["organizationsConnection"]
as List<Map<String, dynamic>>) +
as List<dynamic>) +
(newOrganizations!['organizationsConnection']
as List<Map<String, dynamic>>),
as List<dynamic>),
};
},
),
Expand Down

0 comments on commit e3f201f

Please sign in to comment.