@hmcts/ccd-case-ui-toolkit 7.2.54-3455-rc2 → 7.2.54-3455-rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7956,8 +7956,7 @@ class WindowService {
7956
7956
  return window.confirm(message);
7957
7957
  }
7958
7958
  alert(message) {
7959
- window.alert(message);
7960
- return Promise.resolve();
7959
+ return window.alert(message);
7961
7960
  }
7962
7961
  static ɵfac = function WindowService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || WindowService)(); };
7963
7962
  static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: WindowService, factory: WindowService.ɵfac });