mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-27 19:51:59 +02:00
fix: prevent multi-child error for selector dialog
This commit is contained in:
@@ -238,7 +238,6 @@ export function ProfileSelectorDialog({
|
|||||||
<SelectItem
|
<SelectItem
|
||||||
value={profile.name}
|
value={profile.name}
|
||||||
disabled={!canUseForLinks}
|
disabled={!canUseForLinks}
|
||||||
asChild
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={`flex items-center gap-2 ${
|
className={`flex items-center gap-2 ${
|
||||||
|
|||||||
Reference in New Issue
Block a user