File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invokeai/frontend/web/src/features/gallery/components/ImageViewer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ import { useTranslation } from 'react-i18next';
77
88import { useImageViewer } from './useImageViewer' ;
99
10- export const TAB_NAME_TO_TKEY : Record < InvokeTabName , string > = {
10+ const TAB_NAME_TO_TKEY : Record < InvokeTabName , string > = {
1111 generation : 'ui.tabs.generationTab' ,
1212 canvas : 'ui.tabs.canvasTab' ,
1313 workflows : 'ui.tabs.workflowsTab' ,
1414 models : 'ui.tabs.modelsTab' ,
1515 queue : 'ui.tabs.queueTab' ,
1616} ;
1717
18- export const TAB_NAME_TO_TKEY_SHORT : Record < InvokeTabName , string > = {
18+ const TAB_NAME_TO_TKEY_SHORT : Record < InvokeTabName , string > = {
1919 generation : 'ui.tabs.generation' ,
2020 canvas : 'ui.tabs.canvas' ,
2121 workflows : 'ui.tabs.workflows' ,
You can’t perform that action at this time.
0 commit comments