fix default behavior on sidebar dropdown for cloud sync projects (#10080)

This commit is contained in:
Kent Wang
2026-06-15 17:18:28 +08:00
committed by GitHub
parent 40abd7efcd
commit ec471be759

View File

@@ -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