Fix: infinite loading Bug on langflow store page
This commit is contained in:
parent
b1890bdaf9
commit
0d8b6a3881
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue