songjianet commented on code in PR #2136:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2136#discussion_r914337365


##########
seatunnel-ui/src/components/chart/index.ts:
##########
@@ -16,7 +16,9 @@
  */
 
 import { getCurrentInstance, onMounted, onBeforeUnmount, watch } from 'vue'
+import { useThemeStore } from '@/store/theme'
 import { throttle } from 'echarts'
+import { useI18n } from 'vue-i18n'
 import type { Ref } from 'vue'
 import type { ECharts } from 'echarts'

Review Comment:
   I don't need it for the time being. I think it's possible to supplement the 
license before the release, like ds.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to