4.6.7 fix (#752)
This commit is contained in:
@@ -193,7 +193,10 @@ const InputDataModal = ({
|
||||
// not exactly same
|
||||
await putDatasetDataById({
|
||||
id: dataId,
|
||||
...e
|
||||
...e,
|
||||
indexes: e.indexes.map((index) =>
|
||||
index.defaultIndex ? getDefaultIndex({ q: e.q, a: e.a }) : index
|
||||
)
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user