Updated the Info page
This commit is contained in:
parent
cf89827bca
commit
60fa36a65e
@ -11,7 +11,7 @@ export const Delete = () => {
|
||||
await deleteRequest(`/project/${currentProject.id}`);
|
||||
await updateProjects();
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error(e.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ export const Key = () => {
|
||||
await postRequest(`/project/${currentProject.id}/regenerate`);
|
||||
await updateProjects();
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error(e.message);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ export const Name = () => {
|
||||
await updateProjects();
|
||||
setNameChanged(false);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error(e.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user