Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbasti committed Jan 21, 2025
1 parent d1f2e5e commit 4591d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const DownloadOptionsSelectionModal = (
return (
<ConfirmModal
heading={`Download log data for ${props.mnemonics.length} mnemonics`}
confirmDisabled={!isValidInterval || tooBigInterval}
confirmDisabled={(isTimeLog && !isValidInterval) || tooBigInterval}
content={
<>
<span>
Expand Down

0 comments on commit 4591d17

Please sign in to comment.