From 5da806085726e0e611e084b65b9f5f971b6b151f Mon Sep 17 00:00:00 2001 From: Spacelord Date: Mon, 21 Apr 2025 14:30:45 +0200 Subject: [PATCH] Frontend Products -> Change Upload text to Icon --- static/pages/admin_products.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/pages/admin_products.js b/static/pages/admin_products.js index 66aeb88..75f93ac 100644 --- a/static/pages/admin_products.js +++ b/static/pages/admin_products.js @@ -41,7 +41,7 @@ function handleImagePresence(row) { } let pretty = isThere ? '' : ''; - const template = `${pretty} `; + const template = `${pretty} `; return template; }