Skip to content
Snippets Groups Projects
Commit f291614e authored by Iosif Boanca's avatar Iosif Boanca
Browse files

HIN-711 fixed, can be added one manuscript at once

parent c9a4bf06
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!70HIN 711
import React, { Fragment } from 'react'
import { get } from 'lodash'
import { get, once } from 'lodash'
import styled from 'styled-components'
import { H2, Button } from '@pubsweet/ui'
import { th } from '@pubsweet/ui-toolkit'
......@@ -35,7 +35,7 @@ const AppBar = ({
disabled={!canCreateDraft}
ml={2}
mr={5}
onClick={createDraft}
onClick={once(createDraft)}
primary
size="small"
>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment