mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 21:45:06 -05:00
experiment(ui): add generate tab
This commit is contained in:
@@ -44,7 +44,7 @@ export const useInvoke = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
if (tabName === 'canvas') {
|
||||
if (tabName === 'canvas' || tabName === 'generate') {
|
||||
dispatch(enqueueRequestedCanvas({ prepend }));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user