fixed file upload issue

This commit is contained in:
prafull-opensignlabs
2023-10-30 20:20:29 +05:30
parent 465efd82a1
commit cece20256a
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -18,8 +18,7 @@
"plugins": ["react"],
"rules": {
"react/prop-types": 0,
"no-unused-vars": 1,
"no-undef": 0
"no-unused-vars": 1
},
"ignorePatterns": ["**/build/**", "**/*.config.js"],
"settings": {
+4 -4
View File
@@ -36,7 +36,7 @@
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.7",
"reactour": "^1.19.1",
"reactour": "^1.19.2",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rjsf-conditionals": "github:prafullnavkar-nxg/rjsf-conditionals",
@@ -17699,9 +17699,9 @@
}
},
"node_modules/reactour": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/reactour/-/reactour-1.19.1.tgz",
"integrity": "sha512-Y6MYZeNsnPQhUxV9U3dw6CU8qWjqOTlTTs64VsEHRXhrePV4+FZEASbiukf3TPC5PmabaF308VkT5hv9SVJNng==",
"version": "1.19.2",
"resolved": "https://registry.npmjs.org/reactour/-/reactour-1.19.2.tgz",
"integrity": "sha512-gbbUiLn8LbpbDW6k+QlVySkblvOICBd3AWMGRKPQghhmuMlOHNqgjW32JrT406lZHUvVlA8+umYD/2MmCHkNOQ==",
"dependencies": {
"@rooks/use-mutation-observer": "4.11.2",
"classnames": "2.3.1",
+1 -1
View File
@@ -31,7 +31,7 @@
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.7",
"reactour": "^1.19.1",
"reactour": "^1.19.2",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rjsf-conditionals": "github:prafullnavkar-nxg/rjsf-conditionals",