Skip to content

Commit

Permalink
Drop hasChanges = true on new case property
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Jul 14, 2024
1 parent 79de9b0 commit ec33d6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ hqDefine("data_dictionary/js/data_dictionary", [
subscribePropObservable(self.removeFHIRResourcePropertyPath);
self.allowedValues.on('change', changeSaveButton);
self.allowedValues.on('change', self.allowedValuesChanged);
self.hasChanges = true;

function subscribePropObservable(prop) {
prop.subscribe(changeSaveButton);
Expand Down

0 comments on commit ec33d6c

Please sign in to comment.