diff --git a/web/app/components/custom-editable-field.hbs b/web/app/components/custom-editable-field.hbs index 8f1ee8452..a800a003a 100644 --- a/web/app/components/custom-editable-field.hbs +++ b/web/app/components/custom-editable-field.hbs @@ -1,8 +1,8 @@
{ - protected get typeIsString() { - return this.args.attributes.type === "STRING"; - } - + /** + * Whether type of the field is `PEOPLE`. + * Used in the template to determine what to pass to `EditableField`. + */ protected get typeIsPeople() { return this.args.attributes.type === "PEOPLE"; }