Skip to content

Commit b3f5aff

Browse files
authored
Merge pull request #106 from back4app/video_playing_more_than_once
fix: Video playing more than once
2 parents 27bef59 + ea41c08 commit b3f5aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ export default class Browser extends DashboardView {
957957
let playVideoTutorial = user && user.playDatabaseBrowserTutorial;
958958
if (playVideoTutorial) {
959959
post(`/tutorial`, { databaseBrowser: true });
960+
user.playDatabaseBrowserTutorial = false;
960961
}
961962
browser = (
962963
<DataBrowser

0 commit comments

Comments
 (0)