Support enter key press to submit access dialog form (#2437)

* Support enter key press to submit access dialog form

* Update changelog
This commit is contained in:
Sanjeev Sharma
2023-10-09 22:41:09 +05:30
committed by GitHub
parent 31f0056a2d
commit f47c7313af
4 changed files with 43 additions and 9 deletions

View File

@@ -8,4 +8,8 @@ export class CreateAccessDto {
@IsOptional()
@IsString()
granteeUserId?: string;
@IsOptional()
@IsString()
type?: 'PUBLIC';
}