Browse Source
Bugfix/enable import button in import activities dialog (#4791)
* Enable import button in import activities dialog
* Update changelog
pull/4838/head
Andy (Truongan) Vo
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts
|
|
@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Upgraded `Nx` from version `20.8.1` to `21.1.2` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed an issue where the import button was not correctly enabled in the import activities dialog |
|
|
|
|
|
|
|
## 2.166.0 - 2025-06-05 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -330,6 +330,7 @@ export class ImportActivitiesDialog implements OnDestroy { |
|
|
|
} finally { |
|
|
|
this.importStep = ImportStep.SELECT_ACTIVITIES; |
|
|
|
this.snackBar.dismiss(); |
|
|
|
this.updateSelection(this.activities); |
|
|
|
|
|
|
|
stepper.next(); |
|
|
|
|
|
|
|