1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 03:47:09 +00:00

update dtable (#3829)

This commit is contained in:
杨顺强
2019-07-10 09:37:29 +08:00
committed by Daniel Pan
parent 03d17520c8
commit dac276f352
3 changed files with 85 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { seafileAPI } from './utils/seafile-api';
import ViewFileDtable from '@seafile/dtable/lib';
import ViewFileDtable from '@seafile/dtable/es';
import './css/view-file-dtable.css';
class ViewFileSDB extends React.Component {