Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hannyle committed Feb 24, 2022
1 parent 6cd8819 commit aa881b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Folder's Id is needed when creating a new object or draft object
- Patching folder is no longer needed when patching object or draft object

### Added

- Added folderId as query parameter for object's and draft object's Post request

- Updated Node.js version in GitHub workflows and Dockerfile #655
- Disallow use of any-type #624

Expand Down
2 changes: 1 addition & 1 deletion src/services/errorMonitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const errorMonitor = (res: APIResponse) => {
if (!res.ok && !exceptionalCase) {
switch (res.status) {
case 400:
// window.location.href = "/error400"
window.location.href = "/error400"
break
case 401:
window.location.href = "/error401"
Expand Down

0 comments on commit aa881b9

Please sign in to comment.