File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invokeai/frontend/web/src/common/components/Picker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const DefaultGroupComponent = typedMemo(
58
58
) ;
59
59
DefaultGroupComponent . displayName = 'DefaultGroupComponent' ;
60
60
61
- export const NoOptionsFallbackWrapper = typedMemo ( ( { children } : PropsWithChildren ) => {
61
+ const NoOptionsFallbackWrapper = typedMemo ( ( { children } : PropsWithChildren ) => {
62
62
const { t } = useTranslation ( ) ;
63
63
return (
64
64
< Flex w = "full" h = "full" alignItems = "center" justifyContent = "center" >
@@ -72,7 +72,7 @@ export const NoOptionsFallbackWrapper = typedMemo(({ children }: PropsWithChildr
72
72
} ) ;
73
73
NoOptionsFallbackWrapper . displayName = 'NoOptionsFallbackWrapper' ;
74
74
75
- export const NoMatchesFallbackWrapper = typedMemo ( ( { children } : PropsWithChildren ) => {
75
+ const NoMatchesFallbackWrapper = typedMemo ( ( { children } : PropsWithChildren ) => {
76
76
const { t } = useTranslation ( ) ;
77
77
return (
78
78
< Flex w = "full" h = "full" alignItems = "center" justifyContent = "center" >
You can’t perform that action at this time.
0 commit comments