mirror of
https://github.com/langgenius/dify.git
synced 2026-03-26 00:38:03 +08:00
chore: add missing dep
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user