UgnisSoftware / react-spreadsheet-import

Import flow for Excel (.xlsx) and CSV file with automated column matching and validation.
https://ugnissoftware.github.io/react-spreadsheet-import/iframe.html?id=react-spreadsheet-import--basic&args=&viewMode=story
MIT License
448 stars 118 forks source link

Bug fix: Incorrect step indicator if initialStepState is provided #265

Closed elagasteratou closed 2 months ago

elagasteratou commented 2 months ago

Addressing the issues raised in this issue https://github.com/UgnisSoftware/react-spreadsheet-import/issues/250

Using recomended fix from @agnar-nomad

elagasteratou commented 2 months ago

@masiulis FYI :)

masiulis commented 2 months ago

@elagasteratou Thanks for the PR! Let me test it and if everything looks good, I'll release it soon.

masiulis commented 2 months ago

Released in v4.7.1. Thanks @elagasteratou @agnar-nomad!