mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +00:00
fix(ui): correct labels for generation tab origin
This commit is contained in:
@ -12,5 +12,9 @@ export const useOriginText = (origin: SessionQueueItemDTO['origin']) => {
|
||||
return t('queue.workflows');
|
||||
}
|
||||
|
||||
if (origin === 'upscaling') {
|
||||
return t('queue.upscaling');
|
||||
}
|
||||
|
||||
return t('queue.other');
|
||||
};
|
||||
|
Reference in New Issue
Block a user