mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
IconName: Move to grafana/data and use type on NavModelItem (#55013)
* IconName: Allow strings * Moving to grafana/data and adding type to NavModelItem * Removed any type * ts fix
This commit is contained in:
@@ -17,7 +17,7 @@ interface FormModel {
|
||||
|
||||
const navModel = {
|
||||
main: {
|
||||
icon: 'grafana',
|
||||
icon: 'grafana' as const,
|
||||
text: 'Invite',
|
||||
subTitle: 'Register your Grafana account',
|
||||
breadcrumbs: [{ title: 'Login', url: 'login' }],
|
||||
|
||||
Reference in New Issue
Block a user