Browse Source

fix: review comments

pull/2437/head
Sanjeev Sharma 2 years ago
committed by Thomas
parent
commit
0159d67d1a
  1. 2
      apps/api/src/app/access/create-access.dto.ts
  2. 1
      apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html

2
apps/api/src/app/access/create-access.dto.ts

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

1
apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html

@ -13,6 +13,7 @@
formControlName="alias" formControlName="alias"
matInput matInput
type="text" type="text"
(keydown.enter)="$event.stopPropagation()"
/> />
</mat-form-field> </mat-form-field>
</div> </div>

Loading…
Cancel
Save