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

@@ -238,7 +238,7 @@ export class FieldCheckbox extends Field<boolean> {
fieldRegistry.register('field_checkbox', FieldCheckbox);
(FieldCheckbox.prototype as AnyDuringMigration).DEFAULT_VALUE = false;
FieldCheckbox.prototype.DEFAULT_VALUE = false;
/**
* Config options for the checkbox field.