Skip to content

Commit

Permalink
feat(api): creating multiple sending assessment feature on Organizati…
Browse files Browse the repository at this point in the history
…onForAdmin is feature is not yet defined
  • Loading branch information
alicegoarnisson committed Mar 6, 2025
1 parent aa28e44 commit 6113a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class OrganizationForAdmin {
active: showNPS,
params: showNPS ? { formNPSUrl: formNPSUrl } : null,
};
if (this.features[ORGANIZATION_FEATURE.MULTIPLE_SENDING_ASSESSMENT.key] == null) {
if (this.features[ORGANIZATION_FEATURE.MULTIPLE_SENDING_ASSESSMENT.key] === undefined) {
this.features[ORGANIZATION_FEATURE.MULTIPLE_SENDING_ASSESSMENT.key] = {
active: true,
params: null,
Expand Down

0 comments on commit 6113a81

Please sign in to comment.