@things-factory/operato-tools 7.0.1-alpha.5 → 7.0.1-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -257,31 +257,6 @@ class MetaGeneratorPage extends MenuConfigTabMixin(
257
257
  *******************************
258
258
  */
259
259
  async save() {
260
- if (store.getState().operatoTools.studioPermission == false) {
261
- document.dispatchEvent(
262
- new CustomEvent('notify', {
263
- detail: {
264
- level: 'error',
265
- message: i18next.t('error.invalid license key')
266
- }
267
- })
268
- )
269
- return
270
- }
271
-
272
- let response = await client.query({
273
- query: gql`
274
- query ($id: String!) {
275
- studioTemplateIsOverLimit(id: $id)
276
- }
277
- `,
278
- variables: { id: this.menuId }
279
- })
280
-
281
- if (response.errors) {
282
- return
283
- }
284
-
285
260
  let tabResults = {}
286
261
  let template = {}
287
262
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-tools",
3
- "version": "7.0.1-alpha.5",
3
+ "version": "7.0.1-alpha.6",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -43,5 +43,5 @@
43
43
  "@things-factory/builder": "^7.0.1-alpha.0",
44
44
  "@things-factory/meta-ui": "^7.0.1-alpha.5"
45
45
  },
46
- "gitHead": "3a1ceb942521a89f14c4b16a323b506ff676d349"
46
+ "gitHead": "b8b52e56aeaed34198882944dd21bc5832786f27"
47
47
  }