Skip to content

Commit

Permalink
Fix step count in AvDumpSeriesSelectModal (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Oct 18, 2024
1 parent 079cdf5 commit 8583868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function AvDumpSeriesSelectModal({ getLinks, onClose, show }: Props) {
<ModalPanel
show={show}
onRequestClose={onClose}
header={<Title step={1} stepCount={2} count={fileIds.length} />}
header={<Title step={activeStep} stepCount={2} count={fileIds.length} />}
size="sm"
noPadding
>
Expand Down

0 comments on commit 8583868

Please sign in to comment.