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:
Torkel Ödegaard
2022-09-12 20:09:33 +02:00
committed by GitHub
parent 64869e3d90
commit d59bb1e4c2
28 changed files with 262 additions and 261 deletions
@@ -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' }],