@burh/nuxt-core 1.0.61 → 1.0.62

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.
@@ -217,7 +217,7 @@ export default {
217
217
  },
218
218
  show(value) {
219
219
  const isCategoryInitialized = this.configInfo.category ? true : false
220
- if(value && !isCategoryInitialized) {
220
+ if(value && !this.isCourse && !isCategoryInitialized) {
221
221
  this.configInfo.category = this.categories[0].id;
222
222
  }
223
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {