Skip to content

Commit 7ebef17

Browse files
committed
use comment instead of name in region
1 parent 3643af6 commit 7ebef17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/DemoSite/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default () => {
141141
enabledTools={getEnabledTools(settings.configuration.regionTypesAllowed) || []}
142142
regionClsList={settings.configuration.labels.map(label => label.id) || []}
143143
selectedImage={selectedImageIndex}
144-
enabledRegionProps= {["class", "name"]}
144+
enabledRegionProps= {["class", "comment"]}
145145
userReducer= {userReducer}
146146
onExit={(output) => {
147147
preprocessDataBeforeSend(output)

0 commit comments

Comments
 (0)