add properties to create project form
[arvados-workbench2.git] / src / views-components / resource-properties-form / resource-properties-form.tsx
index a62b3d1563a8459333d7ae1be58c62ca97812256..6c2e025a0834f85d4c816f492ec717f6f0d164fb 100644 (file)
@@ -39,6 +39,6 @@ export const ResourcePropertiesForm = ({ handleSubmit, submitting, invalid, clas
         </Grid>
     </form>;
 
-const Button = withStyles(theme => ({
+export const Button = withStyles(theme => ({
     root: { marginTop: theme.spacing.unit }
 }))(ProgressButton);