You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/03 11:40:51 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #5344: [INLONG-5235][Dashboard] Support users to modify passwords and modify personal keys

healchow commented on code in PR #5344:
URL: https://github.com/apache/inlong/pull/5344#discussion_r936561250


##########
inlong-dashboard/src/components/Layout/NavWidget/index.tsx:
##########
@@ -17,21 +17,31 @@
  * under the License.
  */
 
-import React from 'react';
+import React, { useState } from 'react';
 import { Dropdown, Menu } from 'antd';
 import { useHistory, useSelector, useDispatch, useRequest } from '@/hooks';
 import { State } from '@/models';
 import { useTranslation } from 'react-i18next';
 // import { FileTextOutlined } from '@/components/Icons';
 import LocaleSelect from './LocaleSelect';
 import styles from './index.module.less';
+import PasswordModel from './PasswordModel';
+import KeyModel from './KeyModel';

Review Comment:
   Does those `Model` need to be changed to `Modal`?



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org