Fix upgrade cancel

This commit is contained in:
Gregory Schier
2024-05-14 07:08:57 -07:00
parent cbbc01a7c6
commit 77e7bfbbc1
3 changed files with 13 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ export const WorkspaceHeader = memo(function WorkspaceHeader({ className }: Prop
<div className="pointer-events-none">
<RecentRequestsDropdown />
</div>
<div className="flex-1 flex items-center h-full justify-end pointer-events-none">
<div className="flex-1 flex gap-1 items-center h-full justify-end pointer-events-none">
<ImportCurlButton />
<SettingsDropdown />
{(osInfo?.osType === 'linux' || osInfo?.osType === 'windows') && (