chore: add missing dep

This commit is contained in:
Joel 2025-11-06 15:43:07 +08:00
parent 7b424d6270
commit 692cd37402
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export default function ChartView({ appId, headerRight }: IChartViewProps) {
period: payload.query,
period_name: payload.name,
})
}, [doSetPeriod])
}, [doSetPeriod, isWorkflow])
if (!appDetail)
return null