flowcore-fn 8.0.7 → 8.0.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
@@ -4212,7 +4212,7 @@ function Sidebar({
4212
4212
  const Icon = item.icon;
4213
4213
  const handleClick = () => {
4214
4214
  if (item.component) {
4215
- router.push("/", void 0, {
4215
+ router.push("/flowCore", void 0, {
4216
4216
  shallow: true
4217
4217
  });
4218
4218
  setActiveComponent(item.component);
@@ -4178,7 +4178,7 @@ function Sidebar({
4178
4178
  const Icon = item.icon;
4179
4179
  const handleClick = () => {
4180
4180
  if (item.component) {
4181
- router.push("/", void 0, {
4181
+ router.push("/flowCore", void 0, {
4182
4182
  shallow: true
4183
4183
  });
4184
4184
  setActiveComponent(item.component);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowcore-fn",
3
- "version": "8.0.7",
3
+ "version": "8.0.8",
4
4
  "main": "dist/pkg-index.js",
5
5
  "module": "dist/pkg-index.mjs",
6
6
  "files": [