We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c9120 commit ef765d9Copy full SHA for ef765d9
lib/editor/components/EditorHelpModal.js
@@ -63,8 +63,13 @@ export default class EditorHelpModal extends Component {
63
<Body>
64
{isNewFeed
65
? <div>
66
- <p>There is no feed loaded in the editor. To begin editing you can either
67
- start from scratch or import an existing version (if a version exists).</p>
+ {status.snapshotFinished
+ ? <p className='text-center'>Snapshot created successfully!</p>
68
+ : <p>
69
+ There is no feed loaded in the editor. To begin editing you can either
70
+ start from scratch or import an existing version (if a version exists).
71
+ </p>
72
+ }
73
{status.snapshotFinished
74
? <Button
75
bsStyle='primary'
0 commit comments