mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
chore: clean up field default values (#6613)
This commit is contained in:
committed by
GitHub
parent
78af46e72b
commit
6ce06e6982
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user