@visns-studio/visns-components 4.9.8 → 4.9.9
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/package.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
76
76
|
},
|
|
77
77
|
"name": "@visns-studio/visns-components",
|
|
78
|
-
"version": "4.9.
|
|
78
|
+
"version": "4.9.9",
|
|
79
79
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
80
80
|
"main": "src/index.js",
|
|
81
81
|
"files": [
|
|
@@ -686,7 +686,7 @@ function Form({
|
|
|
686
686
|
|
|
687
687
|
toast.update(toastId, {
|
|
688
688
|
render: `${file.name} uploaded successfully!`,
|
|
689
|
-
type:
|
|
689
|
+
type: 'success',
|
|
690
690
|
autoClose: 3000,
|
|
691
691
|
});
|
|
692
692
|
|
|
@@ -730,7 +730,7 @@ function Form({
|
|
|
730
730
|
|
|
731
731
|
toast.update(toastId, {
|
|
732
732
|
render: `${formData[fileKey].name} uploaded successfully!`,
|
|
733
|
-
type:
|
|
733
|
+
type: 'success',
|
|
734
734
|
autoClose: 3000,
|
|
735
735
|
});
|
|
736
736
|
|