small fix 🙏 (#44089)

This commit is contained in:
Eric Leijonmarck
2022-01-17 10:01:01 +01:00
committed by GitHub
parent d4362ea5a8
commit f763be8f0f

View File

@ -3,7 +3,7 @@ import { getBackendSrv } from '@grafana/runtime';
import { OrgServiceAccount as OrgServiceAccount } from 'app/types';
import { serviceAccountsLoaded } from './reducers';
const BASE_URL = `'/api/org/serviceaccounts'`;
const BASE_URL = `/api/org/serviceaccounts`;
export function loadServiceAccounts(): ThunkResult<void> {
return async (dispatch) => {