From 1ae7b72921cc7631e7f428ec5ad89c726be4549a Mon Sep 17 00:00:00 2001 From: ilearnit Date: Thu, 14 Feb 2019 02:41:59 +0000 Subject: [PATCH] fix bug --- frontend/src/markdown-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/markdown-editor.js b/frontend/src/markdown-editor.js index d44d22d486..2b0172b2d8 100644 --- a/frontend/src/markdown-editor.js +++ b/frontend/src/markdown-editor.js @@ -1,7 +1,7 @@ import React from 'react'; import SeafileEditor from '@seafile/seafile-editor'; import 'whatwg-fetch'; -import { SeafileAPI } from './utils/seafile-api'; +import { seafileAPI } from './utils/seafile-api'; import { Utils } from './utils/utils'; import cookie from 'react-cookies'; import ModalPortal from './components/modal-portal';