This is an automated email from the ASF dual-hosted git repository.
liyang pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5 by this push:
new 1d1ecbec63 KYLIN-5823,fix text recognition bug
1d1ecbec63 is described below
commit 1d1ecbec63e0b61251cff87ad06082fa84ac8289
Author: huangchunyan <[email protected]>
AuthorDate: Thu Apr 11 11:45:33 2024 +0800
KYLIN-5823,fix text recognition bug
---
kystudio/src/components/common/RecognizeAggregateModal/store.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/kystudio/src/components/common/RecognizeAggregateModal/store.js
b/kystudio/src/components/common/RecognizeAggregateModal/store.js
index d2d2009ab0..18e8b15a16 100644
--- a/kystudio/src/components/common/RecognizeAggregateModal/store.js
+++ b/kystudio/src/components/common/RecognizeAggregateModal/store.js
@@ -1,4 +1,5 @@
import { AGGREGATE_TYPE } from '../../../config'
+import { objectClone } from '../../../util/index'
const types = {
SHOW_MODAL: 'SHOW_MODAL',