fix: refetch app flows after delete and duplicate

This commit is contained in:
Rıdvan Akca
2024-04-05 16:10:32 +02:00
parent ee26b54d54
commit a65e48b98a
3 changed files with 17 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ function AppFlows(props) {
return (
<>
{flows?.map((appFlow) => (
<AppFlowRow key={appFlow.id} flow={appFlow} />
<AppFlowRow key={appFlow.id} flow={appFlow} appKey={appKey} />
))}
{pageInfo && pageInfo.totalPages > 1 && (