mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 23:45:07 -05:00
tweak(ui): 'is_recent' -> 'has_been_opened'
This commit is contained in:
@@ -39,7 +39,7 @@ const useInfiniteQueryAry = () => {
|
||||
categories,
|
||||
query: debouncedQuery,
|
||||
tags: categories.length === 1 && categories.includes('default') ? tags : [],
|
||||
is_recent: showOpenedWorkflowsOnly || undefined,
|
||||
has_been_opened: showOpenedWorkflowsOnly || undefined,
|
||||
} satisfies Parameters<typeof useListWorkflowsInfiniteInfiniteQuery>[0];
|
||||
}, [orderBy, direction, categories, debouncedQuery, tags, showOpenedWorkflowsOnly]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user