resolvendo dependencias dos projetos
Deploy / Deploy (push) Successful in 1m39s
Details
Deploy / Deploy (push) Successful in 1m39s
Details
This commit is contained in:
parent
ef95dae4be
commit
544b0c8415
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"imported": {
|
"imported": {
|
||||||
|
"bassdrum01_-_Copia.ogg": {
|
||||||
|
"_isFile": true
|
||||||
|
},
|
||||||
"bassdrum_acoustic02_-_Copia.ogg": {
|
"bassdrum_acoustic02_-_Copia.ogg": {
|
||||||
"_isFile": true
|
"_isFile": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -856,8 +856,7 @@
|
||||||
|
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
alert("Sucesso! " + result.message);
|
alert("Sucesso! " + result.message);
|
||||||
// Opcional: Recarregar a lista de samples lateral se você tiver uma função para isso
|
sendAction({ type: "REFRESH_SAMPLE_BROWSER" });
|
||||||
// reloadBrowser();
|
|
||||||
} else {
|
} else {
|
||||||
alert("Erro ao enviar: " + (result.error || "Desconhecido"));
|
alert("Erro ao enviar: " + (result.error || "Desconhecido"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue