This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev-2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.3 by this push:
     new 858877341 [Improve] FE minor bug fixed.
858877341 is described below

commit 858877341c98dab1489b455f51548a21a39bf553
Author: benjobs <[email protected]>
AuthorDate: Sat Mar 16 17:52:59 2024 +0800

    [Improve] FE minor bug fixed.
---
 .../streampark-console-webapp/src/views/setting/System/SettingForm.vue  | 2 --
 .../streampark-console-webapp/src/views/system/token/token.data.ts      | 1 -
 2 files changed, 3 deletions(-)

diff --git 
a/streampark-console/streampark-console-webapp/src/views/setting/System/SettingForm.vue
 
b/streampark-console/streampark-console-webapp/src/views/setting/System/SettingForm.vue
index 343c27228..e137b385f 100644
--- 
a/streampark-console/streampark-console-webapp/src/views/setting/System/SettingForm.vue
+++ 
b/streampark-console/streampark-console-webapp/src/views/setting/System/SettingForm.vue
@@ -26,7 +26,6 @@
     fetchVerifyDocker,
     fetchVerifyEmail,
   } from '/@/api/flink/setting';
-  import { useMessage } from '/@/hooks/web/useMessage';
   import { useI18n } from '/@/hooks/web/useI18n';
   import { isNullOrUnDef } from '/@/utils/is';
   import { settingFormSchema } from './config';
@@ -34,7 +33,6 @@
   import Swal from 'sweetalert2';
 
   const emit = defineEmits(['success', 'register']);
-  const { createMessage } = useMessage();
   const { t } = useI18n();
   defineOptions({ name: 'DockerSetting' });
 
diff --git 
a/streampark-console/streampark-console-webapp/src/views/system/token/token.data.ts
 
b/streampark-console/streampark-console-webapp/src/views/system/token/token.data.ts
index 192a71112..1d1918e00 100644
--- 
a/streampark-console/streampark-console-webapp/src/views/system/token/token.data.ts
+++ 
b/streampark-console/streampark-console-webapp/src/views/system/token/token.data.ts
@@ -20,7 +20,6 @@ import { Switch } from 'ant-design-vue';
 import { useMessage } from '/@/hooks/web/useMessage';
 import { fetTokenStatusToggle } from '/@/api/system/token';
 import { getNoTokenUserList } from '/@/api/system/user';
-import dayjs from 'dayjs';
 import { useI18n } from '/@/hooks/web/useI18n';
 const { t } = useI18n();
 

Reply via email to