← All changes
|
js/components/ImportMenu/MigrateForm/MigrateForm.tsx
+0
-2
3.10.0
→
4.0.0-beta.2
View file →
| @@ -90,10 +90,8 @@ | ||
| 90 | 90 | } |
| 91 | 91 | |
| 92 | 92 | return ( |
| 93 | 93 | <> |
| 94 | - <p>{__('If you are using another snippets plugin, you can import those existing snippets to your Code Snippets library.', 'code-snippets')}</p> | |
| 95 | - | |
| 96 | 94 | <ImporterSelector |
| 97 | 95 | value={selectedImporter} |
| 98 | 96 | options={importers} |
| 99 | 97 | isLoading={isWorking === MigrationStep.FetchSnippets} |