mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
small fix 🙏 (#44089)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user