Prevent starting bulk migration search without selected sources
This commit is contained in:
@@ -166,6 +166,7 @@ export const MigrationSelectDestinationSources = () => {
|
||||
<Fab
|
||||
variant="extended"
|
||||
color="primary"
|
||||
disabled={!selectedItemIds.length}
|
||||
sx={{
|
||||
position: 'fixed',
|
||||
bottom: (theme) => theme.spacing(2),
|
||||
|
||||
Reference in New Issue
Block a user