[Fix] field does not appear directly after creation (#6708)
This commit is contained in:
@ -274,7 +274,7 @@ export class FieldMetadataService extends TypeOrmQueryService<FieldMetadataEntit
|
||||
throw error;
|
||||
} finally {
|
||||
await queryRunner.release();
|
||||
await this.workspaceMetadataVersionService.getMetadataVersion(
|
||||
await this.workspaceMetadataVersionService.incrementMetadataVersion(
|
||||
fieldMetadataInput.workspaceId,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user