diff --git a/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx b/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx
index 8f25e4b197..e5832519a7 100644
--- a/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx
+++ b/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx
@@ -5,7 +5,43 @@ type IAISelectProps = SelectProps;
const IAIMantineSelect = (props: IAISelectProps) => {
const { searchable = true, ...rest } = props;
- return ;
+ return (
+