mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 08:46:31 +08:00
chore: add missing dep
This commit is contained in:
parent
7b424d6270
commit
692cd37402
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user