@burh/nuxt-core 1.0.364 → 1.0.365

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.
@@ -377,7 +377,7 @@ export default {
377
377
  },
378
378
  methods: {
379
379
  handleNewReportNoteSubmit() {
380
- if (this.newReportNote.length > 5) {
380
+ if (this.newReportNote.length > 3) {
381
381
  this.$emit('new-report-note', this.newReportNote, this.userFolderId, this.userData.id);
382
382
  this.newReportNote = '';
383
383
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.364",
3
+ "version": "1.0.365",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {