This commit is contained in:
zandercymatics 2024-06-03 14:32:43 -06:00
parent ca2149d3ed
commit e4285998e7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -374,7 +374,7 @@ function initializeWidgetOnList(list, parentId) {
}
handleStatusChanges();
fieldsToObserve = ["rejection_reason", "action_needed_reason"]
let fieldsToObserve = ["rejection_reason", "action_needed_reason"]
handleBackButtonObserver(fieldsToObserve);
})();