Add soft delete to metadata (#2072)

This commit is contained in:
Weiko
2023-10-16 22:04:17 +02:00
committed by GitHub
parent 07ae0fa76c
commit c06a8a9213
10 changed files with 57 additions and 15 deletions

View File

@ -58,9 +58,4 @@ export class CreateFieldInput {
@IsOptional()
@Field({ nullable: true })
icon?: string;
@IsString()
@IsOptional()
@Field({ nullable: true })
placeholder?: string;
}