We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3643af6 commit 7ebef17Copy full SHA for 7ebef17
client/src/DemoSite/index.jsx
@@ -141,7 +141,7 @@ export default () => {
141
enabledTools={getEnabledTools(settings.configuration.regionTypesAllowed) || []}
142
regionClsList={settings.configuration.labels.map(label => label.id) || []}
143
selectedImage={selectedImageIndex}
144
- enabledRegionProps= {["class", "name"]}
+ enabledRegionProps= {["class", "comment"]}
145
userReducer= {userReducer}
146
onExit={(output) => {
147
preprocessDataBeforeSend(output)
0 commit comments