1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

improve dtable

This commit is contained in:
王健辉
2019-06-05 15:26:25 +08:00
parent 45fdc8f973
commit a43ebeed87
9 changed files with 81 additions and 75 deletions

View File

@@ -16,7 +16,7 @@ moment.locale(window.app.config.lang);
const tablePropTypes = {
table: PropTypes.object.isRequired,
workspaceID: PropTypes.string.isRequired,
workspaceID: PropTypes.number.isRequired,
renameTable: PropTypes.func.isRequired,
deleteTable: PropTypes.func.isRequired,
};