Skip to content

Commit

Permalink
Merge pull request #602 from code4romania/feature/590-role-fix
Browse files Browse the repository at this point in the history
feat: [590] fix create with others + fix create with legal rep with role
  • Loading branch information
dragos1195 committed Aug 1, 2024
2 parents 64ac077 + cbbe074 commit 4fead5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export class OrganizationLegalService {
await this.organizationLegalRepostory.save({
id,
...organizationLegalData,
others: organizationLegalData?.others || null,
});

let organizationLegal = await this.organizationLegalRepostory.get({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ const CreateOrganizationLegal = () => {
fullName: data.legalReprezentative_fullName,
phone: data.legalReprezentative_phone,
email: data.legalReprezentative_email,
role: data.legalReprezentative_role,
};

// updateActiveStepIndexInLocalStorage(activeStepIndex, 4, setActiveStepIndex);
Expand Down

0 comments on commit 4fead5c

Please sign in to comment.