Skip to content

Commit

Permalink
Merge pull request #156 from kbss-cvut/fix-intl
Browse files Browse the repository at this point in the history
Fixed intl and removed unnecessary form option
  • Loading branch information
blcham authored Apr 29, 2024
2 parents 7e6fcca + d152bb6 commit 5bf0572
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"main": "src/index.jsx",
"dependencies": {
"@kbss-cvut/s-forms": "0.7.1-beta-6216dd6.0",
"@kbss-cvut/s-forms": "0.7.1-beta-82d34b0.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
Expand Down
1 change: 0 additions & 1 deletion src/components/record/RecordForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class RecordForm extends React.Component {
intl: I18nStore.getIntl(),
...this._getUsersOptions(),
...this._getIconsOptions(),
enableForwardSkip: true,
};

return (
Expand Down

0 comments on commit 5bf0572

Please sign in to comment.