1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

change ctable to dtable

This commit is contained in:
shanshuirenjia
2019-06-14 16:15:38 +08:00
parent 7a2b0b4e1d
commit f0f7af6a55
8 changed files with 11 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ module.exports = {
viewDataGrid: [
// require.resolve('./polyfills'),
require.resolve('react-dev-utils/webpackHotDevClient'),
paths.appSrc + "/view-file-ctable.js",
paths.appSrc + "/view-file-dtable.js",
],
viewCdoc: [
require.resolve('./polyfills'),