Skip to content

Commit

Permalink
use comment instead of name in region
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jun 7, 2024
1 parent 3643af6 commit 7ebef17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/DemoSite/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default () => {
enabledTools={getEnabledTools(settings.configuration.regionTypesAllowed) || []}
regionClsList={settings.configuration.labels.map(label => label.id) || []}
selectedImage={selectedImageIndex}
enabledRegionProps= {["class", "name"]}
enabledRegionProps= {["class", "comment"]}
userReducer= {userReducer}
onExit={(output) => {
preprocessDataBeforeSend(output)
Expand Down

0 comments on commit 7ebef17

Please sign in to comment.