CalvinKirs commented on code in PR #2136:
URL:
https://github.com/apache/incubator-seatunnel/pull/2136#discussion_r914395569
##########
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 would say no. don't say like DS, we are still in the incubator, I believe
that any project will strictly require a license.
--
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]