@ -11,5 +11,5 @@ export class CreateAccessDto {
@IsOptional()
@IsString()
type?: string;
type?: 'PUBLIC';
}
@ -13,6 +13,7 @@
formControlName="alias"
matInput
type="text"
(keydown.enter)="$event.stopPropagation()"
/>
</mat-form-field>
</div>