flowcore-fn 3.9.0 → 3.9.1

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 CHANGED
@@ -5434,7 +5434,7 @@ function Sidebar({ isOpen, onToggle, childrens }) {
5434
5434
  const Icon = item.icon;
5435
5435
  const handleClick = () => {
5436
5436
  if (item.component) {
5437
- router.push("/", void 0, { shallow: true });
5437
+ router.push("/flowCore", void 0, { shallow: true });
5438
5438
  setActiveComponent(item.component);
5439
5439
  } else if (item.path) {
5440
5440
  setActiveComponent(null);
@@ -5427,7 +5427,7 @@ function Sidebar({ isOpen, onToggle, childrens }) {
5427
5427
  const Icon = item.icon;
5428
5428
  const handleClick = () => {
5429
5429
  if (item.component) {
5430
- router.push("/", void 0, { shallow: true });
5430
+ router.push("/flowCore", void 0, { shallow: true });
5431
5431
  setActiveComponent(item.component);
5432
5432
  } else if (item.path) {
5433
5433
  setActiveComponent(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowcore-fn",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "main": "dist/pkg-index.js",
5
5
  "module": "dist/pkg-index.mjs",
6
6
  "files": [