Fix: infinite loading Bug on langflow store page

This commit is contained in:
igorrCarvalho 2023-11-20 19:08:34 -03:00
commit 0d8b6a3881

View file

@ -57,6 +57,7 @@ export default function StorePage(): JSX.Element {
"You don't have an API Key. Please add one to use the Langflow Store.",
],
});
setLoading(false)
} else if (!validApiKey) {
setErrorData({
title: "API Key Error",