flowcore-fn 9.4.4 → 9.4.5
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
|
@@ -12724,7 +12724,7 @@ function Sidebar({
|
|
|
12724
12724
|
const Icon = item.icon;
|
|
12725
12725
|
const handleClick = () => {
|
|
12726
12726
|
if (item.component) {
|
|
12727
|
-
router.push("/", void 0, {
|
|
12727
|
+
router.push("/flowCore", void 0, {
|
|
12728
12728
|
shallow: true
|
|
12729
12729
|
});
|
|
12730
12730
|
setActiveComponent(item.component);
|
package/dist/pkg-index.mjs
CHANGED
|
@@ -12688,7 +12688,7 @@ function Sidebar({
|
|
|
12688
12688
|
const Icon = item.icon;
|
|
12689
12689
|
const handleClick = () => {
|
|
12690
12690
|
if (item.component) {
|
|
12691
|
-
router.push("/", void 0, {
|
|
12691
|
+
router.push("/flowCore", void 0, {
|
|
12692
12692
|
shallow: true
|
|
12693
12693
|
});
|
|
12694
12694
|
setActiveComponent(item.component);
|