Skip to content

Commit

Permalink
Remove 'TODO': it was concluded on 'appformer' PR
Browse files Browse the repository at this point in the history
  • Loading branch information
karreiro committed Jun 26, 2020
1 parent 18bcc17 commit c1556ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/guided-tour/src/api/Step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class Step {
| React.ReactNode
| ((props: { dismiss?: () => void; nextStep?: () => void; prevStep?: () => void }) => React.ReactNode)
| string,
public selector?: string, // TODO: doc pattern
public selector?: string,
public highlightEnabled?: boolean,
public navigatorEnabled?: boolean,
public position?: "right" | "bottom" | "center" | "left",
Expand Down

0 comments on commit c1556ac

Please sign in to comment.