16115: Adds unit tests to SharingURLsComponent.
[arvados-workbench2.git] / src / views-components / sharing-dialog / sharing-urls-component.tsx
index 5151e8a2e0a2090f1cd033a3bf3ccce36b3ee9f4..1638aaf768e33ea7b41900e3084e74669ae44407 100644 (file)
@@ -55,7 +55,7 @@ export interface SharingURLsComponentActionProps {
     onCopy: (message: string) => void;
 }
 
-type SharingURLsComponentProps = SharingURLsComponentDataProps & SharingURLsComponentActionProps;
+export type SharingURLsComponentProps = SharingURLsComponentDataProps & SharingURLsComponentActionProps;
 
 export const SharingURLsComponent = withStyles(styles)((props: SharingURLsComponentProps & WithStyles<CssRules>) => <Grid container direction='column' spacing={24} className={props.classes.sharingUrlList}>
     { props.sharingTokens.length > 0