Skip to content

Commit

Permalink
Add caveat to project importer
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Mar 26, 2024
1 parent 0e71c11 commit dcb3449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/webview/newProjectPanel.mts
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,9 @@ export class NewProjectPanel {
</select>
</div>
</div>`
: ""
: `<h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-4">
Warning: Project Import Wizard may not work for all projects, and will often require manual correction after the import
</h3>`
}
<div class="mt-6 mb-4">
<label class="block mb-2 text-sm font-medium text-gray-900 dark:text-white" for="file_input">Location</label>
Expand Down

0 comments on commit dcb3449

Please sign in to comment.