Skip to content

Commit

Permalink
fixed typos and additional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rfontanarosa committed Aug 21, 2024
1 parent ed591c5 commit 7afe21e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web/src/app/converters/survey-data-converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ export class LegacySurveyDataConverter {
type: dataSharingTypeFromProto(data.dataSharingTerms.type),
customText: data.dataSharingTerms.customText,
},
'',
data.state
);
}
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/services/data-store/data-store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export class DataStoreService {
description,
acl,
ownerId,
SurveyStatus.DRAFT
SurveyState.DRAFT
),
});
return Promise.resolve(surveyId);
Expand Down

0 comments on commit 7afe21e

Please sign in to comment.