We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4679a commit 8031b0aCopy full SHA for 8031b0a
ui/src/views/dataset/DatasetSetting.vue
@@ -256,9 +256,7 @@ async function submit() {
256
} else {
257
if (detail.value.type === '2') {
258
datasetApi.putLarkDataset(id, obj, loading).then((res) => {
259
- datasetApi.putReEmbeddingDataset(id).then(() => {
260
- MsgSuccess(t('common.saveSuccess'))
261
- })
+ MsgSuccess(t('common.saveSuccess'))
262
})
263
264
datasetApi.putDataset(id, obj, loading).then((res) => {
0 commit comments