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 52b21d5 commit 100e2bdCopy full SHA for 100e2bd
1 file changed
app/preprints/-components/submit/title-and-abstract/template.hbs
@@ -48,7 +48,7 @@
48
@onKeyUp={{this.validate}}
49
/>
50
{{/let}}
51
- {{#if (feature-flag 'manual_doi_and_guid')}}
+ {{#if (and (feature-flag 'manual_doi_and_guid') (not @manager.isEditFlow))}}
52
{{#let (unique-id 'manualDoi') as |manualDoiField|}}
53
<label for={{manualDoiField}}
54
data-test-manual-doi-label
0 commit comments