Skip to content

Commit

Permalink
Update babble-composer.js.es6
Browse files Browse the repository at this point in the history
Change path for getUploadMarkdown
  • Loading branch information
pr000t authored Jan 5, 2020
1 parent 036d385 commit 0334b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Babble from "../lib/babble"
import template from "../widgets/templates/babble-composer"
import { ajax } from 'discourse/lib/ajax'
import { messageBus } from '../lib/chat-live-update-utils'
import { getUploadMarkdown } from 'discourse/lib/utilities'
import { getUploadMarkdown } from 'discourse/lib/uploads'
import User from 'discourse/models/user'

export default createWidget('babble-composer', {
Expand Down

0 comments on commit 0334b1a

Please sign in to comment.