X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6265dedd0e3d3cdd5696ff87563d2c42ed86f73d..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/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 9971547bf0..e2fe548468 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) =>