We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dc24c commit 4f6dfe1Copy full SHA for 4f6dfe1
src/webview/newMicroPythonProjectPanel.mts
@@ -522,7 +522,6 @@ print("Finished.")\r\n`;
522
<main class="container max-w-3xl xl:max-w-5xl mx-auto relative top-14 snap-y mb-20">
523
<div id="section-basic" class="snap-start">
524
<h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-4">Basic Settings</h3>
525
- <form>
526
<div id="project-name-grid" class="grid gap-6 md:grid-cols-2">
527
<div>
528
<label for="inp-project-name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Name</label>
@@ -654,7 +653,6 @@ print("Finished.")\r\n`;
654
653
</button>
655
</div>
656
657
- </form>
658
659
660
<div class="bottom-3 mt-8 mb-12 w-full flex justify-end">
0 commit comments