diff options
Diffstat (limited to 'client/table')
| -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 => { |
