mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -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 AppTitle = 'Grafana';
|
||||
static LoginTitle = 'Welcome to Grafana';
|
||||
static GetLoginSubTitle = () => {
|
||||
static GetLoginSubTitle = (): null | string => {
|
||||
return null;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user