visuddhinanda 2 лет назад
Родитель
Сommit
e1e8df6711
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/components/template/SentEdit/SuggestionList.tsx

+ 1 - 0
dashboard/src/components/template/SentEdit/SuggestionList.tsx

@@ -47,6 +47,7 @@ const SuggestionListWidget = ({
           const newData: ISentence[] = json.data.rows.map((item) => {
             return {
               id: item.id,
+              uid: item.uid,
               content: item.content,
               html: item.html,
               book: item.book,