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 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);
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowcore-fn",
3
- "version": "9.4.6",
3
+ "version": "9.4.8",
4
4
  "main": "dist/pkg-index.js",
5
5
  "module": "dist/pkg-index.mjs",
6
6
  "files": [