Skip to content

Commit

Permalink
fix(docs): modify viewport to Annotation of Combined overlay docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Feb 20, 2023
1 parent 4ecb7f0 commit 3e1fed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function AnnotationDrawerContainer(): JSX.Element {
Edit enabled (E) <Switch data-cy-edit={isEditing} onChange={handleEditModeChange} isChecked={isEditing} />
</Box>
<Box>
Initial Viewport enabled{' '}
Initial Annotation{' '}
<Switch
data-cy-initial-annotations={hasInitialAnnotations}
onChange={handleInitialAnnotationChange}
Expand Down

0 comments on commit 3e1fed0

Please sign in to comment.