mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-01 15:17:07 +08:00
Show actual error on importer project creation
This commit is contained in:
parent
4dfae08947
commit
a9846d1b6c
@ -179,7 +179,7 @@ function createProject(project: NewProjectForm) {
|
||||
status[project.name].errors.push("Unknown error");
|
||||
}
|
||||
|
||||
handleRequestError(err, "project.new.error.create");
|
||||
handleRequestError(err);
|
||||
})
|
||||
.finally(() => {
|
||||
status[project.name].loading = false;
|
||||
|
Loading…
Reference in New Issue
Block a user