flowcore-fn 9.3.5 → 9.3.7
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/dist/pkg-index.js +1 -1
- package/dist/pkg-index.mjs +1 -1
- package/package.json +1 -1
package/dist/pkg-index.js
CHANGED
|
@@ -11849,7 +11849,7 @@ function Sidebar({
|
|
|
11849
11849
|
const Icon = item.icon;
|
|
11850
11850
|
const handleClick = () => {
|
|
11851
11851
|
if (item.component) {
|
|
11852
|
-
router.push("/", void 0, {
|
|
11852
|
+
router.push("/flowCore", void 0, {
|
|
11853
11853
|
shallow: true
|
|
11854
11854
|
});
|
|
11855
11855
|
setActiveComponent(item.component);
|
package/dist/pkg-index.mjs
CHANGED
|
@@ -11813,7 +11813,7 @@ function Sidebar({
|
|
|
11813
11813
|
const Icon = item.icon;
|
|
11814
11814
|
const handleClick = () => {
|
|
11815
11815
|
if (item.component) {
|
|
11816
|
-
router.push("/", void 0, {
|
|
11816
|
+
router.push("/flowCore", void 0, {
|
|
11817
11817
|
shallow: true
|
|
11818
11818
|
});
|
|
11819
11819
|
setActiveComponent(item.component);
|