@visns-studio/visns-components 5.8.8 → 5.8.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
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
83
83
|
},
|
|
84
84
|
"name": "@visns-studio/visns-components",
|
|
85
|
-
"version": "5.8.
|
|
85
|
+
"version": "5.8.9",
|
|
86
86
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
87
87
|
"main": "src/index.js",
|
|
88
88
|
"files": [
|
|
@@ -1894,10 +1894,12 @@ function GenericIndex({
|
|
|
1894
1894
|
{h.label}]{' '}
|
|
1895
1895
|
</span>
|
|
1896
1896
|
))}
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1897
|
+
{total > 0 && (
|
|
1898
|
+
<span>
|
|
1899
|
+
[<strong>{total}</strong> Total{' '}
|
|
1900
|
+
{parse(setting.page?.title || '')}]
|
|
1901
|
+
</span>
|
|
1902
|
+
)}
|
|
1901
1903
|
</div>
|
|
1902
1904
|
</div>
|
|
1903
1905
|
</div>
|