diff --git a/js/common/view/FieldPanel.ts b/js/common/view/FieldPanel.ts index 257c44d0..a4643128 100644 --- a/js/common/view/FieldPanel.ts +++ b/js/common/view/FieldPanel.ts @@ -20,6 +20,7 @@ type FieldPanelOptions = SelfOptions & PDLPanelOptions; export default class FieldPanel extends PDLPanel { public constructor( providedOptions: FieldPanelOptions ) { + // TODO: Move this to the model, see https://github.com/phetsims/projectile-data-lab/issues/7 const fieldProperty = new Property( 'field1' ); // Show radio buttons for the fields