Skip to content

Commit 1e915d5

Browse files
fix(popovers): billed account + async example command (#1982)
1 parent d86198a commit 1e915d5

File tree

2 files changed

+2
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w
    • [workflowId]/components/control-bar/components/deploy-modal/components/deployment-info/components/example-command
    • components/sidebar/components-new/settings-modal/components/subscription

2 files changed

+2
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/control-bar/components/deploy-modal/components/deployment-info/components/example-command/example-command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function ExampleCommand({
196196
<ChevronDown className='ml-1 h-3 w-3 flex-shrink-0' />
197197
</Button>
198198
</DropdownMenuTrigger>
199-
<DropdownMenuContent align='end'>
199+
<DropdownMenuContent align='end' className='z-[10000050]'>
200200
<DropdownMenuItem
201201
className='cursor-pointer'
202202
onClick={() => setExampleType('execute')}

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components-new/settings-modal/components/subscription/subscription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ export function Subscription({ onOpenChange }: SubscriptionProps) {
607607
<SelectTrigger className='h-8 w-[200px] justify-between text-left text-xs'>
608608
<SelectValue placeholder='Select admin' />
609609
</SelectTrigger>
610-
<SelectContent align='start' className='z-50'>
610+
<SelectContent align='start' className='z-[10000050]'>
611611
<SelectGroup>
612612
<SelectLabel className='px-3 py-1 text-[11px] text-muted-foreground uppercase'>
613613
Workspace admins

0 commit comments

Comments
 (0)