mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 14:35:09 +00:00
fix
This commit is contained in:
@@ -66,7 +66,7 @@ export function DatePickerRtl() {
|
||||
: undefined
|
||||
|
||||
return (
|
||||
<Popover dir={dir}>
|
||||
<Popover>
|
||||
<PopoverTrigger
|
||||
render={
|
||||
<Button
|
||||
|
||||
@@ -66,7 +66,7 @@ export function DatePickerRtl() {
|
||||
: undefined
|
||||
|
||||
return (
|
||||
<Popover dir={dir}>
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<Button
|
||||
variant="outline"
|
||||
|
||||
Reference in New Issue
Block a user