Skip to content

Commit 8bfaae0

Browse files
committed
chore: registrations utils PR fixes Refs: RATY-299
1 parent 6d7eb9d commit 8bfaae0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/domain/registration/utils.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ export const exportSignupsAsExcel = async ({
323323
break;
324324
}
325325
addNotification({ type: 'error', label: errorMessage });
326+
} else {
327+
addNotification({
328+
type: 'error',
329+
label: t('common:errors.serverError'),
330+
});
326331
}
327332
}
328333
};

0 commit comments

Comments
 (0)