mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added in a cancel button for when replying
refs https://github.com/TryGhost/Team/issues/1703
This commit is contained in:
parent
14dedbf95a
commit
457406a86b
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ const Form = (props) => {
|
|||
flex space-x-4
|
||||
transition-[opacity] duration-150
|
||||
">
|
||||
{props.isEdit &&
|
||||
{(props.isEdit || props.isReply) &&
|
||||
<button type="button" onClick={props.close} className="font-sans text-sm font-medium ml-2.5 text-neutral-500 dark:text-neutral-400">Cancel</button>}
|
||||
<button
|
||||
className={`
|
||||
|
|
Loading…
Add table
Reference in a new issue