Skip to content

Commit

Permalink
task modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kastil committed Feb 27, 2022
1 parent 226e964 commit adbe39b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demos/04-Teams/Demo-04/TaskModules/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The domain name of where you host your application
HOSTNAME=configurable-tab.azurewebsites.net
HOSTNAME=a2f7-80-108-224-121.ngrok.io

# Id of the Microsoft Teams application
APPLICATION_ID=21416834-58da-45cd-8390-9925d4c4b6a2
Expand Down
4 changes: 4 additions & 0 deletions Demos/04-Teams/Demo-04/TaskModules/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist
node_modules
**/*.spec.*
*
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class YouTubePlayerTab extends TeamsBaseComponent<IYouTubePlayerTabProps,

this.setState(
Object.assign({}, this.state, {
youTubeVideoId: 'vO570HeAreI',
youTubeVideoId: 'V1bFr2SWP1I',
})
);

Expand Down

0 comments on commit adbe39b

Please sign in to comment.