We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc714aa commit b413961Copy full SHA for b413961
src/ui/layouts/NonEditableConfig/useService.ts
@@ -21,7 +21,7 @@ export const useService = ({ details }: { details: any }): ServiceInterface => {
21
dispatch(
22
flavorsActions.getType({
23
type: details?.type,
24
- name: details?.flavor.name,
+ name: details?.flavor,
25
onSuccess: (res: any) => {
26
setFlavor(res.items[0]);
27
},
0 commit comments