From 033f6cffb58b8e155c403d041395ddc023a093f7 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 25 Feb 2022 11:54:19 +0000 Subject: [PATCH] Add this import to fix main (#45905) --- public/app/features/serviceaccounts/ServiceAccountPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/serviceaccounts/ServiceAccountPage.tsx b/public/app/features/serviceaccounts/ServiceAccountPage.tsx index 06df51c5cb2..6494f31d77e 100644 --- a/public/app/features/serviceaccounts/ServiceAccountPage.tsx +++ b/public/app/features/serviceaccounts/ServiceAccountPage.tsx @@ -14,7 +14,7 @@ import { updateServiceAccount, } from './state/actions'; import { ServiceAccountTokensTable } from './ServiceAccountTokensTable'; -import { getTimeZone, NavModel } from '@grafana/data'; +import { getTimeZone, NavModel, OrgRole } from '@grafana/data'; import { Button, VerticalGroup } from '@grafana/ui'; import { CreateTokenModal } from './CreateTokenModal'; import { contextSrv } from 'app/core/core';