Skip to content

Commit

Permalink
remove comment left over from changes made to the configChangedNotifi…
Browse files Browse the repository at this point in the history
…er observable
  • Loading branch information
Jordanafoster6 committed Oct 1, 2024
1 parent 6cdaad1 commit 3273549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class ArcEventComponent implements OnInit, OnChanges {
@Input('config') config: ArcGISPluginConfig = defaultArcGISPluginConfig;
private configSet = false;

@Input() configChangedNotifier: Observable<void>; // Default to an empty observable
@Input() configChangedNotifier: Observable<void>;

@Output() configChanged = new EventEmitter<ArcGISPluginConfig>();

Expand Down

0 comments on commit 3273549

Please sign in to comment.