mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): clear select state on close modal (#2071)
This commit is contained in:
parent
37d2b0ce5c
commit
b6b9d7ce80
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ const CreateForm = ({ onClose, isOpen: isFormOpen, type }: Props) => {
|
|||
const closeModal = () => {
|
||||
setIsGetStartedModalOpen(false);
|
||||
onClose?.(activeConnectorId);
|
||||
setActiveGroupId(undefined);
|
||||
setActiveConnectorId(undefined);
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue