mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:09:26 +08: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