Skip to content

Commit 5631ec2

Browse files
committed
Always allow export type to be changed
1 parent 281265f commit 5631ec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/Generate/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ const Generate = () => {
301301
</Button>
302302
<FormControl
303303
sx={{ mt: 2, minWidth: 100, float: 'right' }}
304-
disabled={!passwords || passwords.length === 0}
305304
size="small"
306305
>
307306
<InputLabel id="export-type-label">{language.exportType}</InputLabel>

0 commit comments

Comments
 (0)