@omnia/workplace 7.6.36-preview → 7.6.37-preview

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.
@@ -102,7 +102,7 @@ export declare module FormsLocalization {
102
102
  RemoveFormTemplateConfirmation: {
103
103
  Title: string;
104
104
  Message: string;
105
- ErrorMessageTemplateInUse: string;
105
+ ErrorMessageWithTemplateIsInUse: string;
106
106
  };
107
107
  PropertySet: string;
108
108
  RemoveFormTypeConfirmation: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.6.36-preview",
4
+ "version": "7.6.37-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"