(feat) new ui build

This commit is contained in:
Ishaan Jaff 2024-03-28 08:14:58 -07:00
parent 76810e9217
commit 32a29fce69
13 changed files with 11 additions and 11 deletions

View file

@ -102,7 +102,7 @@ const Team: React.FC<TeamProps> = ({
const handleCreate = async (formValues: Record<string, any>) => {
try {
if (accessToken != null) {
//message.info("Making API Call");
message.info("Creating Team");
const response: any = await teamCreateCall(accessToken, formValues);
if (teams !== null) {
setTeams([...teams, response]);