We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6ec45 commit ff0afd7Copy full SHA for ff0afd7
packages/connect-explorer/src/components/Settings.tsx
@@ -57,6 +57,7 @@ export const Settings = () => {
57
{ value: 'iframe', label: 'Iframe' },
58
{ value: 'popup', label: 'Popup' },
59
...(isBetaOnly ? [{ value: 'deeplink', label: 'Deeplink (mobile)' }] : []),
60
+ ...(isBetaOnly ? [{ value: 'suite-desktop', label: 'Suite desktop' }] : []),
61
],
62
},
63
{
0 commit comments