Fixed requests refreshing when updating API key

This commit is contained in:
Lucas Oliveira 2023-11-08 16:21:47 -03:00
commit 1e5a6d84b4

View file

@ -151,6 +151,8 @@ export default function StorePage(): JSX.Element {
<div className="community-page-nav-button">
<StoreApiKeyModal
onCloseModal={() => {
handleGetSavedComponents();
handleGetTags();
handleGetComponents();
}}
>