From ec33d6c8149516e39cf6d6856639bf1549381352 Mon Sep 17 00:00:00 2001 From: Norman Hooper Date: Sun, 14 Jul 2024 00:47:21 +0100 Subject: [PATCH] Drop `hasChanges = true` on new case property --- .../data_dictionary/static/data_dictionary/js/data_dictionary.js | 1 - 1 file changed, 1 deletion(-) diff --git a/corehq/apps/data_dictionary/static/data_dictionary/js/data_dictionary.js b/corehq/apps/data_dictionary/static/data_dictionary/js/data_dictionary.js index 24f10446b84c..620fd935e699 100644 --- a/corehq/apps/data_dictionary/static/data_dictionary/js/data_dictionary.js +++ b/corehq/apps/data_dictionary/static/data_dictionary/js/data_dictionary.js @@ -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);