flowcore-fn 8.0.9 → 8.1.9
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
|
@@ -4221,7 +4221,7 @@ function Sidebar({
|
|
|
4221
4221
|
const Icon = item.icon;
|
|
4222
4222
|
const handleClick = () => {
|
|
4223
4223
|
if (item.component) {
|
|
4224
|
-
router.push("/", void 0, {
|
|
4224
|
+
router.push("/flowCore", void 0, {
|
|
4225
4225
|
shallow: true
|
|
4226
4226
|
});
|
|
4227
4227
|
setActiveComponent(item.component);
|
package/dist/pkg-index.mjs
CHANGED
|
@@ -4186,7 +4186,7 @@ function Sidebar({
|
|
|
4186
4186
|
const Icon = item.icon;
|
|
4187
4187
|
const handleClick = () => {
|
|
4188
4188
|
if (item.component) {
|
|
4189
|
-
router.push("/", void 0, {
|
|
4189
|
+
router.push("/flowCore", void 0, {
|
|
4190
4190
|
shallow: true
|
|
4191
4191
|
});
|
|
4192
4192
|
setActiveComponent(item.component);
|