diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-06-27 19:01:55 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-06-27 19:01:55 -0400 |
| commit | 213c89c7ff478e3fba73b0efbfd88cc084ceb43c (patch) | |
| tree | 1f0de29c1f87dd54be7fa9ec5ae899ea037231f4 /client/table/file.table.js | |
| parent | b7f8cfd92446c8107c75b4840c56d92304c16e78 (diff) | |
adding single pie chart
Diffstat (limited to 'client/table/file.table.js')
| -rw-r--r-- | client/table/file.table.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/table/file.table.js b/client/table/file.table.js index db53243a..ff6c0af6 100644 --- a/client/table/file.table.js +++ b/client/table/file.table.js @@ -14,7 +14,7 @@ class FileTable extends Component { data: [], columns: [], } - + componentDidMount() { const { payload } = this.props console.log(payload.url) |
