|
@@ -84,6 +84,7 @@ const SentCellEditableWidget = ({
|
|
|
message.success(intl.formatMessage({ id: "flashes.success" }));
|
|
message.success(intl.formatMessage({ id: "flashes.success" }));
|
|
|
if (typeof onSave !== "undefined") {
|
|
if (typeof onSave !== "undefined") {
|
|
|
const newData: ISentence = {
|
|
const newData: ISentence = {
|
|
|
|
|
+ id: json.data.id,
|
|
|
content: json.data.content,
|
|
content: json.data.content,
|
|
|
html: json.data.html,
|
|
html: json.data.html,
|
|
|
book: json.data.book,
|
|
book: json.data.book,
|