mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 15:45:43 -06:00
Panel: fixed bug introduced in recent commit that caused blank title in optimized build, #1041
This commit is contained in:
parent
98037ca0c6
commit
17114778b7
@ -8,6 +8,7 @@ module.exports = function(config) {
|
||||
'app/directives/**/*.js',
|
||||
'app/services/**/*.js',
|
||||
'app/filters/**/*.js',
|
||||
'app/features/**/*.js',
|
||||
'app/panels/**/*.js',
|
||||
'app/routes/**/*.js',
|
||||
'plugins/**/*.js',
|
||||
|
Loading…
Reference in New Issue
Block a user