version sorted

This commit is contained in:
AntoninoP 2024-09-12 18:53:58 +02:00
parent f4d0d6369f
commit cbb303934c

View File

@ -6,7 +6,7 @@ import PropTypes from "prop-types";
import { GoTag, GoCheck } from "react-icons/go";
const versions = {
paper:[
paper: [
"1.16.2",
"1.14.4",
"1.13.2",
@ -48,7 +48,7 @@ const versions = {
"1.19.1",
"1.14.1",
"1.20.5"
]
].sort((a, b) => b.localeCompare(a, undefined, { numeric: true }))
};
const CreateServer = ({ user, onCreateServer, onSubdomainUpdate, onCancel, noServers }) => {