Resets send to approval dialog on close such that when re-opening the selection and operation can still be triggered. (#17956)

This commit is contained in:
Andy Butland
2025-01-14 16:25:26 +01:00
committed by GitHub
parent 92e535a1c9
commit ed0b236208

View File

@@ -111,6 +111,7 @@
$scope.$on('$destroy', function () {
vm.variants.forEach(variant => {
variant.save = false;
variant.publish = false;
variant.notAllowed = false;
});
});