jamespot-front-business 1.1.94 → 1.1.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs.js CHANGED
@@ -1156,7 +1156,7 @@ const fetchComments = toolkit.createAsyncThunk('commentList/fetchCommentList', (
1156
1156
  try {
1157
1157
  const res = yield extra.jApi.article.getComments(params, {
1158
1158
  format: 'raw-list',
1159
- formatExtension: ['actions', 'extraBotRedacted'],
1159
+ formatExtension: ['actions'],
1160
1160
  });
1161
1161
  return { idArticle: params.idArticle, list: res.result };
1162
1162
  }
@@ -4448,7 +4448,7 @@ function renderWidget(fieldType, fieldProperties) {
4448
4448
  const isMultiple = optionEditor.value.canSelectMultiple;
4449
4449
  const options = optionEditor.value.propertyOptions;
4450
4450
  const hasDefaultValue = optionEditor.value.defaultSelectOption && optionEditor.value.defaultSelectOptionValue.value;
4451
- const userCanModifyByComment = optionEditor.value.userCanModifyByComment;
4451
+ const userCanModifyByComment = optionEditor.value.userCanModifiyByComment;
4452
4452
  return `<widget form="select" ${isMultiple ? 'multiple="1"' : ''}>
4453
4453
  <options>
4454
4454
  ${options