flowcore-fn 9.4.6 → 9.4.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
|
@@ -13212,7 +13212,7 @@ function Sidebar({
|
|
|
13212
13212
|
const Icon = item.icon;
|
|
13213
13213
|
const handleClick = () => {
|
|
13214
13214
|
if (item.component) {
|
|
13215
|
-
router.push("/", void 0, {
|
|
13215
|
+
router.push("/flowCore", void 0, {
|
|
13216
13216
|
shallow: true
|
|
13217
13217
|
});
|
|
13218
13218
|
setActiveComponent(item.component);
|
package/dist/pkg-index.mjs
CHANGED
|
@@ -13176,7 +13176,7 @@ function Sidebar({
|
|
|
13176
13176
|
const Icon = item.icon;
|
|
13177
13177
|
const handleClick = () => {
|
|
13178
13178
|
if (item.component) {
|
|
13179
|
-
router.push("/", void 0, {
|
|
13179
|
+
router.push("/flowCore", void 0, {
|
|
13180
13180
|
shallow: true
|
|
13181
13181
|
});
|
|
13182
13182
|
setActiveComponent(item.component);
|