Alexander Rose 3 лет назад
Родитель
Сommit
6c5eb3035f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/extensions/zenodo/ui.tsx

+ 1 - 1
src/extensions/zenodo/ui.tsx

@@ -52,7 +52,7 @@ interface State {
 }
 
 const ZenodoImportParams = {
-    record: PD.Text('438727', { description: 'Zenodo ID.' })
+    record: PD.Text('', { description: 'Zenodo ID.' })
 };
 
 function createImportParams(files: ZenodoFile[], plugin: PluginContext) {