in src/app/authentication/azureActiveDirectory/sagas/getIotHubListSaga.ts [27:35]
yield call(raiseNotificationToast, {
text: {
translationKey: ResourceKeys.authentication.azureActiveDirectory.notification.getIotHubListError,
translationOptions: {
error: error?.message || error
}
},
type: NotificationType.error
});