Prevent starting bulk migration search without selected sources

This commit is contained in:
schroda
2026-05-18 21:45:23 +02:00
parent 98ab6c63d5
commit 65674a47ea
2 changed files with 2 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ export const MigrationSelectDestinationSources = () => {
<Fab
variant="extended"
color="primary"
disabled={!selectedItemIds.length}
sx={{
position: 'fixed',
bottom: (theme) => theme.spacing(2),