Revert "feat(frontend): import CE code to EE" (#1557)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { useMutation } from '@tanstack/react-query';
|
||||
|
||||
import axios, { parseAxiosError } from '@CE/portainer/services/axios';
|
||||
import { buildStackUrl } from '@CE/react/common/stacks/queries/buildUrl';
|
||||
import { Stack } from '@CE/react/common/stacks/types';
|
||||
import axios, { parseAxiosError } from '@/portainer/services/axios';
|
||||
import { buildStackUrl } from '@/react/common/stacks/queries/buildUrl';
|
||||
import { Stack } from '@/react/common/stacks/types';
|
||||
|
||||
export function useStopStackMutation() {
|
||||
return useMutation({
|
||||
|
||||
Reference in New Issue
Block a user