if (response.status !== 'OK') {
      this.rootStore.modalStore.openPriorityModal({
        type: ModalType.Info,
        title: 'Error',
        body: response.errorMsg as string