mirror of https://github.com/langgenius/dify.git
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