diff --git a/src/fireedge/src/client/features/OneApi/vm.js b/src/fireedge/src/client/features/OneApi/vm.js index d98e0c0aa6..c8c6fee671 100644 --- a/src/fireedge/src/client/features/OneApi/vm.js +++ b/src/fireedge/src/client/features/OneApi/vm.js @@ -315,7 +315,7 @@ const vmApi = oneApi.injectEndpoints({ return { params, command } }, - invalidatesTags: [VM_POOL], + invalidatesTags: (_, __, { id }) => [{ type: VM, id }, VM_POOL], }), actionVm: builder.mutation({ /**