From 05dca4415cbece11c0424204f5ca27c5f2a3fbf9 Mon Sep 17 00:00:00 2001 From: Sanjeev Sharma <29539278+thesanjeevsharma@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:29:03 +0530 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 6 ++ .../create-or-update-access-dialog.html | 62 +++++++++---------- 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b89aea6..9acc0e009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Supported enter key press to submit the form of the create or update access dialog + ## 2.9.0 - 2023-10-08 ### Added diff --git a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html index 2d8e91770..c2afc51fb 100644 --- a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html +++ b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html @@ -4,37 +4,37 @@ (keyup.enter)="accessForm.valid && onSubmit()" (ngSubmit)="onSubmit()" > -