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:
@@ -8,4 +8,8 @@ export class CreateAccessDto {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
granteeUserId?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
type?: 'PUBLIC';
|
||||
}
|
||||
|
Reference in New Issue
Block a user