Ver código fonte

update a comment

Lendemor 1 ano atrás
pai
commit
c28830f9eb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      reflex/.templates/web/utils/state.js

+ 1 - 1
reflex/.templates/web/utils/state.js

@@ -161,7 +161,7 @@ export const applyEvent = async (event, socket) => {
   if (event.name == "_download") {
     const a = document.createElement("a");
     a.hidden = true;
-    // Special case when linking to uploaded files (when rx.download is returned from upload_files handler())
+    // Special case when linking to uploaded files (when rx.download is returned from upload_files handler.)
     a.href = event.payload.url.replace(
       "${getBackendURL(env.UPLOAD)}",
       getBackendURL(env.UPLOAD)