Skip to content

Commit dbffd24

Browse files
committed
Merge branch 'master' of github.com:waoai/react-image-annotate into simple-mode
2 parents f0cf442 + 00fa91a commit dbffd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FullImageSegmentationAnnotator/index.story.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ storiesOf("FullImageSegmentationAnnotator.Basic", module)
4040
})),
4141
},
4242
]}
43-
regionClsList={["fg", "bg"]}
43+
regionClsList={["bg", "fg"]}
4444
onExit={action("onExit")}
4545
/>
4646
</div>
@@ -70,7 +70,7 @@ storiesOf("FullImageSegmentationAnnotator.Basic", module)
7070
})),
7171
},
7272
]}
73-
regionClsList={["orange", "bg", "hand"]}
73+
regionClsList={["bg", "orange" , "hand"]}
7474
onExit={action("onExit")}
7575
/>
7676
</div>

0 commit comments

Comments
 (0)