flowcore-fn 9.2.1 → 9.2.2

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
@@ -11023,7 +11023,7 @@ function Sidebar({
11023
11023
  const Icon = item.icon;
11024
11024
  const handleClick = () => {
11025
11025
  if (item.component) {
11026
- router.push("/", void 0, {
11026
+ router.push("/flowCore", void 0, {
11027
11027
  shallow: true
11028
11028
  });
11029
11029
  setActiveComponent(item.component);
@@ -10988,7 +10988,7 @@ function Sidebar({
10988
10988
  const Icon = item.icon;
10989
10989
  const handleClick = () => {
10990
10990
  if (item.component) {
10991
- router.push("/", void 0, {
10991
+ router.push("/flowCore", void 0, {
10992
10992
  shallow: true
10993
10993
  });
10994
10994
  setActiveComponent(item.component);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowcore-fn",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "main": "dist/pkg-index.js",
5
5
  "module": "dist/pkg-index.mjs",
6
6
  "files": [