chore: clean up field default values (#6613)

This commit is contained in:
Blake Thomas Williams
2022-11-11 15:42:09 -06:00
committed by GitHub
parent 78af46e72b
commit 6ce06e6982
8 changed files with 21 additions and 16 deletions

View File

@@ -268,7 +268,7 @@ export class FieldImage extends Field<string> {
fieldRegistry.register('field_image', FieldImage);
(FieldImage.prototype as AnyDuringMigration).DEFAULT_VALUE = '';
FieldImage.prototype.DEFAULT_VALUE = '';
/**
* Config options for the image field.