feat(logAndAnn): add control option for question editing feature (#19117)
This commit is contained in:
@@ -429,6 +429,7 @@ function DetailPanel({ detail, onFeedback }: IDetailPanel) {
|
||||
text_to_speech: {
|
||||
enabled: true,
|
||||
},
|
||||
questionEditEnable: false,
|
||||
supportAnnotation: true,
|
||||
annotation_reply: {
|
||||
enabled: true,
|
||||
@@ -484,6 +485,7 @@ function DetailPanel({ detail, onFeedback }: IDetailPanel) {
|
||||
text_to_speech: {
|
||||
enabled: true,
|
||||
},
|
||||
questionEditEnable: false,
|
||||
supportAnnotation: true,
|
||||
annotation_reply: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user