mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added radix rule and changed files to follow rule (#13153)
This commit is contained in:
committed by
Torkel Ödegaard
parent
5d87aa2fa4
commit
2b74b1c4d6
@@ -12,7 +12,7 @@ export class SoloPanelCtrl {
|
||||
appEvents.emit('toggle-sidemenu-hidden');
|
||||
|
||||
const params = $location.search();
|
||||
panelId = parseInt(params.panelId);
|
||||
panelId = parseInt(params.panelId, 10);
|
||||
|
||||
$scope.onAppEvent('dashboard-initialized', $scope.initPanelScope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user