Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Set default title when created a file
Browse files Browse the repository at this point in the history
  • Loading branch information
whs committed May 5, 2016
1 parent 18bffd9 commit bc84162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FileList/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default class FileList extends Component {
id: lastId + 1,
name: name,
slides: [{
text1: '',
text1: 'Enter title',
text2: '',
image: '',
}],
Expand Down

0 comments on commit bc84162

Please sign in to comment.