mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
fix(plugin-workflow): fix type
This commit is contained in:
parent
1bfdbdadf1
commit
46d7ff69d9
@ -155,7 +155,7 @@ function useTaskTypeItems() {
|
||||
return useMemo(
|
||||
() =>
|
||||
Array.from(workflowPlugin.taskTypes.getKeys())
|
||||
.filter((key) => Boolean(counts[key]?.all))
|
||||
.filter((key: string) => Boolean(counts[key]?.all))
|
||||
.map((key: string) => {
|
||||
return {
|
||||
key,
|
||||
|
Loading…
x
Reference in New Issue
Block a user