Kusuma04-dev commented on code in PR #3119:
URL:
https://github.com/apache/incubator-kie-tools/pull/3119#discussion_r2080381942
##########
packages/online-editor/src/authSessions/AuthSessionSelect.tsx:
##########
@@ -74,6 +74,7 @@ export function AuthSessionSelect(props: {
filter: AuthSessionSelectFilter;
menuAppendTo?: SelectProps["menuAppendTo"];
showOnlyThisAuthProviderGroupWhenConnectingToNewAccount: AuthProviderGroup |
undefined;
+ hideConnectToAccountButton?: boolean;
Review Comment:
As we have connect to an account option in other place , i thought like we
can connect to an account there and we can show only connected users here , but
After discussion , i have removed everything and connect to an account is there
now.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]