vuejs-masterclass-2024-edition
vuejs-masterclass-2024-edition copied to clipboard
Fast typo fix in AppNewTask.vue
Hi core team,
This pull request contains a minor fix to the label in the new task creation form. The change corrects a typo in the label for the project selection field.
It’s a quick typo fix and should be easy to merge.
- Fixed typo in the
labelproperty from "Porject" to "Project" in the project selection dropdown of the task creation form (src/components/AppNew/AppNewTask.vue).
Thank you!