From 8622d9bd42453e7e592ac3d63c466bb565c1ec67 Mon Sep 17 00:00:00 2001 From: Amirreza Dashti Genave Date: Thu, 7 Dec 2023 15:48:11 +0100 Subject: [PATCH] Language VB6 added to the language select. Support for Visual Basics 6 added to the select object. --- components/LanguageSelect.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/LanguageSelect.tsx b/components/LanguageSelect.tsx index b270c9e7..30a4fe58 100644 --- a/components/LanguageSelect.tsx +++ b/components/LanguageSelect.tsx @@ -74,4 +74,5 @@ const languages = [ { value: 'NoSQL', label: 'NoSQL' }, { value: 'Natural Language', label: 'Natural Language' }, { value: 'CoffeeScript', label: 'CoffeeScript' }, + { value: 'VB6', label: 'VB6' } ];