fix(StoreApiKeyModal): close modal after successfully saving API Key to improve user experience
This commit is contained in:
parent
b9eefade27
commit
7a96951fd1
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ export default function StoreApiKeyModal({
|
|||
setSuccessData({
|
||||
title: "Success! Your API Key has been saved.",
|
||||
});
|
||||
setOpen(false);
|
||||
},
|
||||
(error) => {
|
||||
setErrorData({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue