Skip to content

Commit

Permalink
Merge pull request #143 from kbss-cvut/fix-wizard-step
Browse files Browse the repository at this point in the history
Enable user to skip wizard steps
  • Loading branch information
blcham committed Apr 17, 2024
2 parents 92ad59f + 30a7cd9 commit da61fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/record/RecordForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class RecordForm extends React.Component {
intl: I18nStore.getIntl(),
...this._getUsersOptions(),
...this._getIconsOptions(),
enableForwardSkip: true,
};

return (
Expand Down

0 comments on commit da61fca

Please sign in to comment.