fix(ui): local files line ending issue with pre-commit (#12392)

This commit is contained in:
Chirag Madlani 2023-07-13 11:18:02 +05:30 committed by GitHub
parent a3bff293a4
commit e698589d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,7 @@
"cypress:open": "cypress open --e2e",
"cypress:run": "cypress run --config-file=cypress.config.ts",
"cypress:run:record": "cypress run --config-file=cypress.config.ts --record --parallel",
"i18n": "sync-i18n --files '**/locale/languages/*.json' --primary en-us --space 2 ",
"i18n": "sync-i18n --files '**/locale/languages/*.json' --primary en-us --space 2 --fn",
"check-i18n": "npm run i18n -- --check"
},
"browserslist": {

View File

@ -69,7 +69,6 @@ const MlModelDetail: FC<MlModelDetailProp> = ({
settingsUpdateHandler,
updateMlModelFeatures,
onExtensionUpdate,
createThread,
versionHandler,
tagUpdateHandler,