Skip to content

Commit

Permalink
Merge pull request #336 from FC4E-CAT/devel
Browse files Browse the repository at this point in the history
Version 1.3.1
  • Loading branch information
themiszamani authored Sep 11, 2024
2 parents ccf5edc + 4b476f5 commit 3e7ae24
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes in FC4E-CAT-UI project are documented here

## [v1.3.1](https://github.com/FC4E-CAT/fc4e-cat-ui/releases/tag/v1.3.1) (2024-09-11)

### Fixed:
- CAT-491 Fix assessment name in delete assessment modal ([#333](https://github.com/FC4E-CAT/fc4e-cat-ui/pull/333))

## [v1.3.0](https://github.com/FC4E-CAT/fc4e-cat-ui/releases/tag/v1.3.0) (2024-09-10)

### Added:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fc4e-cat-ui",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/assessments/AssessmentsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function AssessmentsList({ listPublic = false }: AssessmentListProps) {
...deleteModalConfig,
show: true,
itemId: item.id,
itemName: "test",
itemName: item.name,
});
};

Expand Down

0 comments on commit 3e7ae24

Please sign in to comment.