We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc8854 commit 33cfe9eCopy full SHA for 33cfe9e
x-pack/plugins/transform/public/app/services/es_index_service.ts
@@ -12,7 +12,8 @@ import { addInternalBasePath } from '../../../common/constants';
12
export class IndexService {
13
async canDeleteIndex(http: HttpSetup) {
14
const privilege = await http.get<{ hasAllPrivileges: boolean }>(
15
- addInternalBasePath(`privileges`)
+ addInternalBasePath(`privileges`),
16
+ { version: '1' }
17
);
18
if (!privilege) {
19
return false;
0 commit comments