jrs-react 1.0.27 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.es.js +2 -0
- package/build/index.js +2 -0
- package/package.json +1 -1
- package/src/components/JRSubmit.jsx +1 -1
package/build/index.es.js
CHANGED
|
@@ -22940,6 +22940,8 @@ axios.default = axios;
|
|
|
22940
22940
|
// this module should only have a default export
|
|
22941
22941
|
var axios$1 = axios;
|
|
22942
22942
|
|
|
22943
|
+
// import { po } from './JRUtil'
|
|
22944
|
+
|
|
22943
22945
|
const axiosSubmit = axios$1.create({
|
|
22944
22946
|
authorization: `Bearer ${localStorage.getItem("accessToken")}`,
|
|
22945
22947
|
timeout: 120000,
|
package/build/index.js
CHANGED
|
@@ -22959,6 +22959,8 @@ axios.default = axios;
|
|
|
22959
22959
|
// this module should only have a default export
|
|
22960
22960
|
var axios$1 = axios;
|
|
22961
22961
|
|
|
22962
|
+
// import { po } from './JRUtil'
|
|
22963
|
+
|
|
22962
22964
|
const axiosSubmit = axios$1.create({
|
|
22963
22965
|
authorization: `Bearer ${localStorage.getItem("accessToken")}`,
|
|
22964
22966
|
timeout: 120000,
|
package/package.json
CHANGED