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:
parent
ebb242a6ef
commit
d152f9a372
@ -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