Skip to content

Commit

Permalink
Merge pull request BoostIO#1258 from mslourens/import-in-new-folder
Browse files Browse the repository at this point in the history
fixed import of new notes
  • Loading branch information
kazup01 authored Dec 8, 2017
2 parents 6a761c3 + 15d9ce1 commit 38e8287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/main/NoteList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import NoteItemSimple from 'browser/components/NoteItemSimple'
import searchFromNotes from 'browser/lib/search'
import fs from 'fs'
import { hashHistory } from 'react-router'
import markdown from 'browser/lib/markdown'
import markdown from 'browser/lib/markdownTextHelper'
import { findNoteTitle } from 'browser/lib/findNoteTitle'
import store from 'browser/main/store'
import AwsMobileAnalyticsConfig from 'browser/main/lib/AwsMobileAnalyticsConfig'
Expand Down

0 comments on commit 38e8287

Please sign in to comment.