We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec97e5 commit cabefa4Copy full SHA for cabefa4
public/app/features/playlist/playlist_routes.js
@@ -33,7 +33,7 @@ function (angular) {
33
.then(function(playlist) {
34
return backendSrv.get('/api/playlists/' + playlistId + '/dashboards')
35
.then(function(dashboards) {
36
- playlistSrv.start(dashboards, playlist.timespan);
+ playlistSrv.start(dashboards, playlist.interval);
37
});
38
39
}
0 commit comments