fix: type error in list-operator (#22803)
This commit is contained in:
@@ -519,7 +519,6 @@ export const usePluginTaskList = (category?: PluginType) => {
|
||||
refreshPluginList(category ? { category } as any : undefined, !category)
|
||||
}
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [isRefetching])
|
||||
|
||||
const handleRefetch = useCallback(() => {
|
||||
|
Reference in New Issue
Block a user