Skip to content

Commit

Permalink
Merge pull request #476 from lihqi/lhq-alpha-ooo
Browse files Browse the repository at this point in the history
fix: Retry ci
  • Loading branch information
lihqi authored Jun 6, 2024
2 parents 26f2d0f + 9116a57 commit ed527f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lb-components/src/utils/AnnotationDataUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default class AnnotationDataUtils {
});

if (errorValues.length) {
console.log(errorValues);
console.warn(errorValues);
message.info(i18n.t('PartialResultsReplicationFailure'));
}

Expand Down

0 comments on commit ed527f3

Please sign in to comment.