Skip to content
Snippets Groups Projects
Unverified Commit 9fe2de99 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix edit collection title

parent a5da5b61
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ export default class CollectionEditorForm extends Component {
const { fields, handleSubmit, invalid, onClose } = this.props;
return (
<PageModal
title="New collection"
title={fields.id.value != null ? fields.name.value : "New collection"}
footer={
<div className="flex-full">
<Button className="mr1" onClick={onClose}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment