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
In project-planner/components/SingleProject.vue, the fetch function is currently calling for uri where it should be calling for this.uri. This appears to be fixed in the next lesson branch (lesson-62)
In project-planner/components/SingleProject.vue, the fetch function is currently calling for
uri
where it should be calling forthis.uri
. This appears to be fixed in the next lesson branch (lesson-62)The text was updated successfully, but these errors were encountered: