flowcore-fn 8.0.6 → 8.0.8
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
|
@@ -4212,7 +4212,7 @@ function Sidebar({
|
|
|
4212
4212
|
const Icon = item.icon;
|
|
4213
4213
|
const handleClick = () => {
|
|
4214
4214
|
if (item.component) {
|
|
4215
|
-
router.push("/", void 0, {
|
|
4215
|
+
router.push("/flowCore", void 0, {
|
|
4216
4216
|
shallow: true
|
|
4217
4217
|
});
|
|
4218
4218
|
setActiveComponent(item.component);
|
package/dist/pkg-index.mjs
CHANGED
|
@@ -4178,7 +4178,7 @@ function Sidebar({
|
|
|
4178
4178
|
const Icon = item.icon;
|
|
4179
4179
|
const handleClick = () => {
|
|
4180
4180
|
if (item.component) {
|
|
4181
|
-
router.push("/", void 0, {
|
|
4181
|
+
router.push("/flowCore", void 0, {
|
|
4182
4182
|
shallow: true
|
|
4183
4183
|
});
|
|
4184
4184
|
setActiveComponent(item.component);
|