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
Modals should include all the logic it requires to function. So the create new deadline modal for example should have a form that on submit makes a call to the backend to create a deadline.
Admin Modals
Create new deadline modal
View deadline modal
Edit existing deadline modal
View deadline not created by that admin
User Modals
View Deadline
The text was updated successfully, but these errors were encountered:
Modals should include all the logic it requires to function. So the create new deadline modal for example should have a form that on submit makes a call to the backend to create a deadline.
Admin Modals
User Modals
The text was updated successfully, but these errors were encountered: