handle update data in tab dashboard
This commit is contained in:
@@ -44,7 +44,13 @@ function SelectSort() {
|
||||
);
|
||||
}}
|
||||
IconComponent={() => (
|
||||
<div className="mx-3 min-w-[20px] md:min-w-[22px] lg:min-w-[24px] min-h-[20px] md:min-h-[22px] lg:min-h-[24px]">
|
||||
<div
|
||||
className="mx-3
|
||||
min-w-[20px] md:min-w-[22px] lg:min-w-[24px] min-h-[20px] md:min-h-[22px] lg:min-h-[24px]
|
||||
max-w-[20px] md:max-w-[22px] lg:max-w-[24px] max-h-[20px] md:max-h-[22px] lg:max-h-[24px]
|
||||
w-[20px] md:w-[22px] lg:w-[24px] h-[20px] md:h-[22px] lg:h-[24px]
|
||||
"
|
||||
>
|
||||
<ArrowBottomD />
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user