1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #~: Minor fix to api after deploy a VM (#2179)

This commit is contained in:
Sergio Betanzos 2022-06-23 12:28:47 +02:00 committed by GitHub
parent ebb242a6ef
commit d152f9a372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ const vmApi = oneApi.injectEndpoints({
return { params, command }
},
invalidatesTags: [VM_POOL],
invalidatesTags: (_, __, { id }) => [{ type: VM, id }, VM_POOL],
}),
actionVm: builder.mutation({
/**