@xh/hoist 79.0.0-SNAPSHOT.1766101941332 → 79.0.0-SNAPSHOT.1766104125611
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.
|
@@ -37,7 +37,8 @@ export class SaveAsDialogModel extends HoistModel {
|
|
|
37
37
|
formModel.init({
|
|
38
38
|
name,
|
|
39
39
|
group: src.group,
|
|
40
|
-
description
|
|
40
|
+
// Do not copy description or visibility from source view
|
|
41
|
+
description: null,
|
|
41
42
|
visibility: 'private',
|
|
42
43
|
isPinned: !!src.info?.isPinned
|
|
43
44
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1766104125611",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|