From c50ee194634c25ada97c1781baf065da7497d470 Mon Sep 17 00:00:00 2001 From: Prajwal D C Date: Tue, 15 Apr 2025 15:24:17 +0530 Subject: [PATCH] fix: Enable upload button by default --- Deployment/appconfig/frontapp/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment/appconfig/frontapp/.env.template b/Deployment/appconfig/frontapp/.env.template index 29c851e4..9c1d4b5f 100644 --- a/Deployment/appconfig/frontapp/.env.template +++ b/Deployment/appconfig/frontapp/.env.template @@ -1,3 +1,3 @@ VITE_API_ENDPOINT={{ backend-fqdn }} DISABLE_AUTH=true -VITE_ENABLE_UPLOAD_BUTTON=false \ No newline at end of file +VITE_ENABLE_UPLOAD_BUTTON=true \ No newline at end of file