Add this import to fix main (#45905)

This commit is contained in:
Ashley Harrison 2022-02-25 11:54:19 +00:00 committed by GitHub
parent 6cccbb5a09
commit 033f6cffb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';