You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
Hi, any resolution to the issue with yarn build failing?
ERROR Failed to compile with 1 errors 11:15:42 AM
error in /Users/docs/topsi-project-manager/src/components/dialogs/content/EditNoteDialog.vue
ERROR in /Users/docs/topsi-project-manager/src/components/dialogs/content/EditNoteDialog.vue(78,7):
78:7 Argument of type 'number' is not assignable to parameter of type 'string'.
76 | this.note.category,
77 | this.note.color,
> 78 | this.note.milestoneId,
| ^
79 | this.note.tags
80 | );
81 | updatedNote.id = this.note.id;
ERROR Build failed with errors.
error Command failed with exit code 1.
Package cannot be compiled via yarn build command(
The text was updated successfully, but these errors were encountered: