mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(popovers): billed account + async example command (#1982)
This commit is contained in:
committed by
GitHub
parent
d86198ad5d
commit
1e915d5427
@@ -196,7 +196,7 @@ export function ExampleCommand({
|
||||
<ChevronDown className='ml-1 h-3 w-3 flex-shrink-0' />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align='end'>
|
||||
<DropdownMenuContent align='end' className='z-[10000050]'>
|
||||
<DropdownMenuItem
|
||||
className='cursor-pointer'
|
||||
onClick={() => setExampleType('execute')}
|
||||
|
||||
@@ -607,7 +607,7 @@ export function Subscription({ onOpenChange }: SubscriptionProps) {
|
||||
<SelectTrigger className='h-8 w-[200px] justify-between text-left text-xs'>
|
||||
<SelectValue placeholder='Select admin' />
|
||||
</SelectTrigger>
|
||||
<SelectContent align='start' className='z-50'>
|
||||
<SelectContent align='start' className='z-[10000050]'>
|
||||
<SelectGroup>
|
||||
<SelectLabel className='px-3 py-1 text-[11px] text-muted-foreground uppercase'>
|
||||
Workspace admins
|
||||
|
||||
Reference in New Issue
Block a user