mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
Show actual error on project creation error
This commit is contained in:
parent
1a32964775
commit
794749c08b
@ -128,7 +128,7 @@ function createProject() {
|
||||
}
|
||||
}
|
||||
|
||||
handleRequestError(err, "project.new.error.create");
|
||||
handleRequestError(err);
|
||||
})
|
||||
.finally(() => {
|
||||
projectLoading.value = false;
|
||||
|
Loading…
Reference in New Issue
Block a user