X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/17048236a8bd8e53680d9632ff3eafa8cdf21b01..b5b75b89e923864389f814af97974a55b69a343f:/src/components/refresh-button/refresh-button.tsx diff --git a/src/components/refresh-button/refresh-button.tsx b/src/components/refresh-button/refresh-button.tsx index 9971547b..e2fe5484 100644 --- a/src/components/refresh-button/refresh-button.tsx +++ b/src/components/refresh-button/refresh-button.tsx @@ -26,12 +26,17 @@ interface RefreshButtonProps { onClick?: () => void; } +export const LAST_REFRESH_TIMESTAMP = 'lastRefreshTimestamp'; + export const RefreshButton = ({ history, classes, onClick }: RouteComponentProps & WithStyles & RefreshButtonProps) =>