mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-24 13:47:48 +02:00
fixed typo that introduced a bug
This commit is contained in:
@@ -94,7 +94,7 @@ socket.on("started-processing", () => {
|
||||
setProgress(0);
|
||||
});
|
||||
|
||||
socket.on("successul-upload", () => {
|
||||
socket.on("successful-upload", () => {
|
||||
statusEl.style.color = "green";
|
||||
statusEl.textContent = "Upload succeeded!";
|
||||
});
|
||||
|
Reference in New Issue
Block a user