Skip to content

Commit

Permalink
It is working with the url and only the first sheet publish to the web
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt committed Apr 14, 2020
1 parent 119e963 commit 128fad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class App extends Component {

componentDidMount() {
Tabletop.init({
key: '111_7rU2qfo73sna0_ZcFt9QLFqTPl9LqevS3FIfHlio',
key: 'https://docs.google.com/spreadsheets/d/111_7rU2qfo73sna0_ZcFt9QLFqTPl9LqevS3FIfHlio/edit#gid=0',
callback: googleData => {
console.log('google sheet data --->', googleData)
},
Expand Down

0 comments on commit 128fad0

Please sign in to comment.