{wgConfig}
- ) : methodValue === "wg" && isLoading ? (
+ ) : form.watch("method") === "wg" && isLoading ? (
Loading WireGuard configuration...
) : (
{newtConfig}
)}
-
+ - { params.siteId == "create" ? "Create site..." : "Manage settings on site " + params.siteId }. + { params.siteId == "create" ? "Create site..." : "Manage settings on " + site?.name || ""}.