flowcore-fn 9.2.1 → 9.2.2
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
|
@@ -11023,7 +11023,7 @@ function Sidebar({
|
|
|
11023
11023
|
const Icon = item.icon;
|
|
11024
11024
|
const handleClick = () => {
|
|
11025
11025
|
if (item.component) {
|
|
11026
|
-
router.push("/", void 0, {
|
|
11026
|
+
router.push("/flowCore", void 0, {
|
|
11027
11027
|
shallow: true
|
|
11028
11028
|
});
|
|
11029
11029
|
setActiveComponent(item.component);
|
package/dist/pkg-index.mjs
CHANGED
|
@@ -10988,7 +10988,7 @@ function Sidebar({
|
|
|
10988
10988
|
const Icon = item.icon;
|
|
10989
10989
|
const handleClick = () => {
|
|
10990
10990
|
if (item.component) {
|
|
10991
|
-
router.push("/", void 0, {
|
|
10991
|
+
router.push("/flowCore", void 0, {
|
|
10992
10992
|
shallow: true
|
|
10993
10993
|
});
|
|
10994
10994
|
setActiveComponent(item.component);
|