@burh/nuxt-core 1.0.279 → 1.0.280

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.
@@ -213,7 +213,7 @@ export default {
213
213
  data() {
214
214
  return {
215
215
  isLocked: !this.companyHasProduct(
216
- this.$store.state.loja.showableProducts['HISTORICO_USUARIO']
216
+ this.$store.state.loja.showableProducts['INTERACAO_USUARIO']
217
217
  )
218
218
  };
219
219
  },
@@ -226,7 +226,7 @@ export default {
226
226
  acceptedFiles: 'image/*, application/pdf',
227
227
  },
228
228
  isLocked: !this.companyHasProduct(
229
- this.$store.state.loja.showableProducts['INTERACAO_USUARIO']
229
+ this.$store.state.loja.showableProducts['HISTORICO_USUARIO']
230
230
  ),
231
231
  };
232
232
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.279",
3
+ "version": "1.0.280",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {