mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
Add explicit return to GetLoginSubTitle (#33946)
This commit is contained in:
parent
e13f15f646
commit
60c32dc96a
@ -52,7 +52,7 @@ export class Branding {
|
|||||||
static LoginBoxBackground = LoginBoxBackground;
|
static LoginBoxBackground = LoginBoxBackground;
|
||||||
static AppTitle = 'Grafana';
|
static AppTitle = 'Grafana';
|
||||||
static LoginTitle = 'Welcome to Grafana';
|
static LoginTitle = 'Welcome to Grafana';
|
||||||
static GetLoginSubTitle = () => {
|
static GetLoginSubTitle = (): null | string => {
|
||||||
return null;
|
return null;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user