mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
restore sorting UI for workflow library
This commit is contained in:
committed by
psychedelicious
parent
db25be3ba2
commit
a28cabdf97
@@ -165,6 +165,8 @@ export type Graph = S['Graph'];
|
||||
export type NonNullableGraph = O.Required<Graph, 'nodes' | 'edges'>;
|
||||
export type Batch = S['Batch'];
|
||||
export type SessionQueueItemDTO = S['SessionQueueItemDTO'];
|
||||
export type WorkflowRecordOrderBy = S['WorkflowRecordOrderBy'];
|
||||
export type SQLiteDirection = S['SQLiteDirection'];
|
||||
export type WorkflowRecordListItemDTO = S['WorkflowRecordListItemDTO'];
|
||||
|
||||
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
||||
|
||||
Reference in New Issue
Block a user