flowcore-fn 3.1.0 → 3.2.0
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
|
@@ -1864,7 +1864,7 @@ function Sidebar({ isOpen, onToggle, childrens }) {
|
|
|
1864
1864
|
const Icon = item.icon;
|
|
1865
1865
|
const handleClick = () => {
|
|
1866
1866
|
if (item.component) {
|
|
1867
|
-
router.push("/", void 0, { shallow: true });
|
|
1867
|
+
router.push("/flowCore", void 0, { shallow: true });
|
|
1868
1868
|
setActiveComponent(item.component);
|
|
1869
1869
|
} else if (item.path) {
|
|
1870
1870
|
setActiveComponent(null);
|
package/dist/pkg-index.mjs
CHANGED
|
@@ -1854,7 +1854,7 @@ function Sidebar({ isOpen, onToggle, childrens }) {
|
|
|
1854
1854
|
const Icon = item.icon;
|
|
1855
1855
|
const handleClick = () => {
|
|
1856
1856
|
if (item.component) {
|
|
1857
|
-
router.push("/", void 0, { shallow: true });
|
|
1857
|
+
router.push("/flowCore", void 0, { shallow: true });
|
|
1858
1858
|
setActiveComponent(item.component);
|
|
1859
1859
|
} else if (item.path) {
|
|
1860
1860
|
setActiveComponent(null);
|