File tree Expand file tree Collapse file tree
packages/ui/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ export function Dialog(props: DialogProps) {
6060 </ div >
6161 </ Show >
6262 < Show when = { props . description } >
63- < Kobalte . Description data-slot = "dialog-description" style = { { "margin-left" : "-4px" } } > { props . description } </ Kobalte . Description >
63+ < Kobalte . Description data-slot = "dialog-description" style = { { "margin-left" : "-4px" } } >
64+ { props . description }
65+ </ Kobalte . Description >
6466 </ Show >
6567 < div data-slot = "dialog-body" > { props . children } </ div >
6668 </ Kobalte . Content >
Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
264264 />
265265 </ Show >
266266 </ div >
267- { searchAction ( ) }
268- </ div >
267+ { searchAction ( ) }
268+ </ div >
269269 </ Show >
270270 < div ref = { setScrollRef } data-slot = "list-scroll" >
271271 < Show
You can’t perform that action at this time.
0 commit comments