@noya-app/noya-designsystem 0.1.18 → 0.1.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-designsystem",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -138,7 +138,7 @@ export const WorkspaceLayout = forwardRef(function WorkspaceLayout(
138
138
  autoSaveId={
139
139
  autoSavePrefix
140
140
  ? `${autoSavePrefix}--${EDITOR_PANEL_GROUP_ID}`
141
- : EDITOR_PANEL_GROUP_ID
141
+ : undefined
142
142
  }
143
143
  style={{ flex: "1" }}
144
144
  >