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

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

(cherry picked from commit d152f9a37208e31732a623a6d1a0bce47433b3e8)
This commit is contained in:
Sergio Betanzos 2022-06-23 12:28:47 +02:00 committed by Tino Vazquez
parent 1f50c29314
commit 7005e59fe3

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({
/**