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
now that we've split the computer vision module into separate sections on different pages, we should be able to navigate between the sections from each page
first: add two new fields to the module JSON objects called "prevUrl" and "nextUrl" that contain the urls of the previous and next sections. the fields should be empty strings if there is no
then: update the Module type in ModulePage.tsx and have the component render links/buttons at the bottom of the page
The text was updated successfully, but these errors were encountered:
now that we've split the computer vision module into separate sections on different pages, we should be able to navigate between the sections from each page
The text was updated successfully, but these errors were encountered: