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:
parent
1f50c29314
commit
7005e59fe3
@ -315,7 +315,7 @@ const vmApi = oneApi.injectEndpoints({
|
||||
|
||||
return { params, command }
|
||||
},
|
||||
invalidatesTags: [VM_POOL],
|
||||
invalidatesTags: (_, __, { id }) => [{ type: VM, id }, VM_POOL],
|
||||
}),
|
||||
actionVm: builder.mutation({
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user