Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: align backend response status with UI #4433

Merged
merged 9 commits into from
Dec 22, 2023
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
frascuchon committed Dec 19, 2023
commit 6dd1b65698b0e5ab8124f14d96205bafee35ebe0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These are the section headers that we use:
- Added `POST /api/v1/me/responses/bulk` endpoint to create responses in bulk for current user. ([#4380](https://github.com/argilla-io/argilla/pull/4380))
- Added new CLI task to reindex datasets and records into the search engine. ([#4404](https://github.com/argilla-io/argilla/pull/4404))

###Fixed
### Fixed

- Fixed total records on pagination component ([#4424](https://github.com/argilla-io/argilla/pull/4424))

Expand Down
Loading