fix: set loading false if there is no flowName
This commit is contained in:
@@ -30,7 +30,7 @@ export default function Flows() {
|
||||
const { data, mutate } = useLazyFlows(
|
||||
{ flowName, page },
|
||||
{
|
||||
onSuccess: () => {
|
||||
onSettled: () => {
|
||||
setIsLoading(false);
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user