From 495bbc6b29fd2895935adca261df5e56e8622179 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 20 Feb 2025 21:52:55 +0100 Subject: [PATCH] Update index.tsx --- website/src/pages/install/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/pages/install/index.tsx b/website/src/pages/install/index.tsx index bff4adce..cbf88620 100644 --- a/website/src/pages/install/index.tsx +++ b/website/src/pages/install/index.tsx @@ -15,7 +15,6 @@ type InstallOptions = Record; const defaultOptions: InstallOptions = { domain: { value: "", description: "Set the domain to be used for accessing panels." }, - version: { value: "", description: "Set a custom OpenPanel version to be installed." }, email: { value: "", description: "Email address to receive admin logins and future notifications." }, username: { value: "", description: "Set admin username (by default random generated)." }, password: { value: "", description: "Set admin password (by default random generated)." },