renamed migration to keep in order
This commit is contained in:
@@ -129,6 +129,7 @@ type Props = {
|
|||||||
<Container column auto>
|
<Container column auto>
|
||||||
{titleText && <PageTitle title={titleText} />}
|
{titleText && <PageTitle title={titleText} />}
|
||||||
<Prompt when={this.store.hasPendingChanges} message={DISCARD_CHANGES} />
|
<Prompt when={this.store.hasPendingChanges} message={DISCARD_CHANGES} />
|
||||||
|
|
||||||
<PagePadding auto justify="center">
|
<PagePadding auto justify="center">
|
||||||
{this.store.isFetching
|
{this.store.isFetching
|
||||||
? <CenteredContent>
|
? <CenteredContent>
|
||||||
@@ -152,6 +153,9 @@ type Props = {
|
|||||||
onChange={this.store.updateText}
|
onChange={this.store.updateText}
|
||||||
onSave={this.onSave}
|
onSave={this.onSave}
|
||||||
onCancel={this.onCancel}
|
onCancel={this.onCancel}
|
||||||
|
onStar={this.store.starDocument}
|
||||||
|
onUnstar={this.store.unstarDocument}
|
||||||
|
starred={this.store.document.starred}
|
||||||
readOnly={!isEditing}
|
readOnly={!isEditing}
|
||||||
/>
|
/>
|
||||||
</DocumentContainer>}
|
</DocumentContainer>}
|
||||||
|
|||||||
Reference in New Issue
Block a user