mirror of
https://github.com/Kong/insomnia.git
synced 2026-08-04 11:52:33 -04:00
fix default behavior on sidebar dropdown for cloud sync projects (#10080)
This commit is contained in:
@@ -477,7 +477,7 @@ export const SidebarWorkspaceDropdown = ({
|
||||
)}
|
||||
</p>
|
||||
{models.project.isRemoteProject(project) && (
|
||||
<RadioGroup name="localOnly" defaultValue="false" className="mb-2 flex flex-col gap-2">
|
||||
<RadioGroup name="localOnly" defaultValue="true" className="mb-2 flex flex-col gap-2">
|
||||
<Label className="text-sm text-(--hl)">How do you want to delete it?</Label>
|
||||
<div className="flex gap-2">
|
||||
<Radio
|
||||
|
||||
Reference in New Issue
Block a user