From c28830f9eb06ad62b8c1c392a54268342def93e2 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Mon, 8 Apr 2024 22:16:06 +0200 Subject: [PATCH] update a comment --- reflex/.templates/web/utils/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/.templates/web/utils/state.js b/reflex/.templates/web/utils/state.js index 57fd22b50..59f63c360 100644 --- a/reflex/.templates/web/utils/state.js +++ b/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)