Delete Team
Overview
Deleting team mainly utilizes useDeleteTeam custom hook.
To delete a team, click on
Parameters
initialValues (optional): An object that matches the ITeamForm interface. This object can have name, owner, and members properties to set initial values for the corresponding form fields.
Notes
warning
To create/edit team, don't call the TeamFormModal component directly, use useTeamModal instead.