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
When getGoals is launched with iep_id being '', then we get an error because iep_id cannot be an empty string. We need to handle this.
Expected:
We should wait until the activeStudentIep query is done and returns a valid iep_id before goign to getGoals. There should be some fall back error if this fails.
The text was updated successfully, but these errors were encountered:
In [goal_id].tsx, we have the following code:
When getGoals is launched with iep_id being '', then we get an error because iep_id cannot be an empty string. We need to handle this.
Expected:
We should wait until the activeStudentIep query is done and returns a valid iep_id before goign to getGoals. There should be some fall back error if this fails.
The text was updated successfully, but these errors were encountered: