Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Name/Title are not mandatory (fixes #279)
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Dec 7, 2020
1 parent bf50119 commit 1d59873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EditorMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function EditorMetadataPure({
<div className="panel-body">
{/* Name */}
<label htmlFor={makeId('name')} className="control-label">
Name *
Name
</label>
<input
id={makeId('name')}
Expand All @@ -40,7 +40,7 @@ function EditorMetadataPure({

{/* Title */}
<label htmlFor={makeId('title')} className="control-label">
Title *
Title
</label>
<input
id={makeId('title')}
Expand Down

0 comments on commit 1d59873

Please sign in to comment.