Closed martinfrances107 closed 5 years ago
https://github.com/jsdrupal/drupal-admin-ui/issues/741
As per the issue.. This is a minor patch swapping material-ui elements of the form
<Button variant="fab" xyx > <IconButton> </Button>
to the new form
<Fab xyz > <IconButton> </Fab>
Maybe we have a test instability -- I cant account for the first test failure ... I merged in the latest changes and everything now passes...
nothing in the merge was significant.
Issue
https://github.com/jsdrupal/drupal-admin-ui/issues/741
As per the issue.. This is a minor patch swapping material-ui elements of the form
to the new form