mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
fix(console): clear conflict connector notice (#3537)
This commit is contained in:
parent
e4ea2ed9d0
commit
71607a5d67
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ const Guide = ({ connector, onClose }: Props) => {
|
|||
|
||||
const configParser = useConnectorFormConfigParser();
|
||||
|
||||
useEffect(() => {
|
||||
setConflictConnectorName(undefined);
|
||||
}, [connector]);
|
||||
|
||||
if (!connector) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue