Skip to content

Commit

Permalink
Set base version
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 21, 2024
1 parent 18a16e0 commit e04d91a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import appService from '../common/app-service';

const DocProjectInit = () => {

const availableVersions = [ '8.11.1', '8.10.9', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ];
const availableVersions = [ '8.11.2', '8.10.9', '8.10.0', '8.9.7', '8.9.0', '8.8.9', '8.8.0', '8.7.6' ];

const [extensionList, setExtensionList] = useState([]); // State to store the list of extensions
const [selectedExtensions, setSelectedExtensions] = useState([]); // State to store selected extensions
Expand Down

0 comments on commit e04d91a

Please sign in to comment.