Due to the rework of the notes dialog (see #16 & #28), the response from the backend now brings in an additional expanded value. The shared route has not been updated to support this causing the dialog to not render on the page.
Description/Ideas of Fix
[ ] Update typing within TimeTable component to type and recognize the new expanded value
[ ] Update load function within shared route to support expanded field
Summary of Potential Bug
Due to the rework of the notes dialog (see #16 & #28), the response from the backend now brings in an additional expanded value. The
shared
route has not been updated to support this causing the dialog to not render on the page.Description/Ideas of Fix
TimeTable
component to type and recognize the new expanded valueshared
route to support expanded field