Fixed requests refreshing when updating API key
This commit is contained in:
parent
5875196594
commit
1e5a6d84b4
1 changed files with 2 additions and 0 deletions
|
|
@ -151,6 +151,8 @@ export default function StorePage(): JSX.Element {
|
|||
<div className="community-page-nav-button">
|
||||
<StoreApiKeyModal
|
||||
onCloseModal={() => {
|
||||
handleGetSavedComponents();
|
||||
handleGetTags();
|
||||
handleGetComponents();
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue