diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 13:21:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-01 13:21:27 +0200 |
| commit | f98046ae89f42082ccbd3126533ba548d734aa78 (patch) | |
| tree | 365c3cd96349aefc3806e8206999138507b22c76 /client/table/file.table.js | |
| parent | 7268da9248b89c4b020890ab6f4c86982501b342 (diff) | |
copy
Diffstat (limited to 'client/table/file.table.js')
| -rw-r--r-- | client/table/file.table.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/table/file.table.js b/client/table/file.table.js index a7e25bbf..92f5cf72 100644 --- a/client/table/file.table.js +++ b/client/table/file.table.js @@ -13,6 +13,7 @@ class FileTable extends Component { } componentDidMount() { + console.log(payload.url) fetch(payload.url, { mode: 'cors' }) .then(r => r.text()) .then(text => { |
