leezng commented on code in PR #7137: URL: https://github.com/apache/inlong/pull/7137#discussion_r1061110106
########## inlong-dashboard/src/components/HighSelect/index.tsx: ########## @@ -48,6 +48,7 @@ export interface HighSelectProps extends Omit<SelectProps<any>, 'options'> { requestTrigger?: ('onOpen' | 'onSearch')[]; }; asyncValueLabel?: string; + nodeType?: string; Review Comment: Proprietary properties should not be added to the base component. -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org