Skip to content
Snippets Groups Projects
Commit c9d62643 authored by Daniel Sandu's avatar Daniel Sandu
Browse files

Merge branch 'HIN-711' into 'develop'

HIN 711

See merge request !70
parents 4f0d5562 f291614e
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