Skip to content

Commit

Permalink
chore: Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTriis1 committed Jan 4, 2024
1 parent 806b2f5 commit 7509162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Fix error message in bulk import

## [1.29.0] - 2024-01-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion react/components/BulkImportList/BulkImportList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const BulkImportList = () => {
const { translate: t } = useTranslate()

if (error?.message) {
console.error(error?.message)
console.error(error)

return (
<ImportAlertError onTryAgainClick={mutate}>
Expand Down

0 comments on commit 7509162

Please sign in to comment.