Skip to content

Commit

Permalink
#1298 - revert. not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Aug 14, 2024
1 parent edaa26d commit e13a38a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dataEntryApp/sagas/subjectSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export function* loadNewRegistrationPageWorker({ subjectTypeName }) {
yield put.resolve(getGenders());
}
let subject = Individual.createEmptySubjectInstance();
subject.uuid = null; //new subject
subject.subjectType = subjectType;

const formMapping = yield select(selectRegistrationFormMappingForSubjectType(subjectTypeName));
Expand Down

0 comments on commit e13a38a

Please sign in to comment.