mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): correct labels for generation tab origin
This commit is contained in:
parent
fa6842121c
commit
2e84327ca4
@ -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');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user