diff --git a/src/components/RemoteCreateDrawer.tsx b/src/components/RemoteCreateDrawer.tsx index c31c817..52d6752 100644 --- a/src/components/RemoteCreateDrawer.tsx +++ b/src/components/RemoteCreateDrawer.tsx @@ -83,7 +83,11 @@ export default function RemoteCreateDrawer({ ) case 'string': { - if (option.Examples && option.Examples.length > 0) { + if ( + !(config?.provider === 'Other' && option.Name === 'endpoint') && + option.Examples && + option.Examples.length > 0 + ) { return ( {backends.map((backend) => ( ) case 'string': { - if (option.Examples && option.Examples.length > 0) { + if ( + !(config?.provider === 'Other' && option.Name === 'endpoint') && + option.Examples && + option.Examples.length > 0 + ) { return ( {backends.map((backend) => (