Skip to content

Commit

Permalink
Disabled editing (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Feb 18, 2022
1 parent f20bd9b commit 4805f93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function DetailsPanel({
</p>
}

<EditAbstract disabled={!activeEditMode} tagName="span" abstract={resource?.abstract} onEdit={editAbstract} />
<EditAbstract disabled tagName="span" abstract={resource?.abstract} onEdit={editAbstract} />
<p>
{resource?.category?.identifier && <div>
<Message msgId="gnhome.category" />:{' '}
Expand Down

0 comments on commit 4805f93

Please sign in to comment.