We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f4a43 commit 1cb074cCopy full SHA for 1cb074c
1 file changed
components/object/list.tsx
@@ -625,7 +625,10 @@ export function ObjectList({
625
) : null}
626
</>
627
628
- <Button variant="outline" onClick={() => (onRefresh ? onRefresh() : void fetchObjects({ resetPagination: true }))}>
+ <Button
629
+ variant="outline"
630
+ onClick={() => (onRefresh ? onRefresh() : void fetchObjects({ resetPagination: true }))}
631
+ >
632
<RiRefreshLine className="size-4" />
633
<span>{t("Refresh")}</span>
634
</Button>
0 commit comments