Skip to content

Commit

Permalink
Add TODO, see #7
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 18, 2023
1 parent 1a812bb commit 91b42d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/FieldPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91b42d7

Please sign in to comment.