@@ -435,6 +435,7 @@
addMCInitializer('note-resolve-{{$note->uid}}', init, '#note-resolve-{{$note->uid}}');
addMCHook('onICDUpdate-{{$note->uid}}', function() {
toastr.success('ICDs updated');
+ fastReload(); // needed to ensure that the note rendered picks the new icds and uses them for create-claim
});
}).call(window);
</script>