Blueprints/BuildImagesButton: switch to mixed api
The mixed api supports both the service and on-prem.
This commit is contained in:
parent
d13276eeee
commit
449aad5306
1 changed files with 5 additions and 5 deletions
|
|
@ -19,13 +19,13 @@ import { addNotification } from '@redhat-cloud-services/frontend-components-noti
|
|||
import { skipToken } from '@reduxjs/toolkit/query';
|
||||
|
||||
import { targetOptions } from '../../constants';
|
||||
import { useGetBlueprintQuery } from '../../store/backendApi';
|
||||
import {
|
||||
useGetBlueprintQuery,
|
||||
useComposeBlueprintMutation,
|
||||
} from '../../store/backendApi';
|
||||
import { selectSelectedBlueprintId } from '../../store/BlueprintSlice';
|
||||
import { useAppDispatch, useAppSelector } from '../../store/hooks';
|
||||
import {
|
||||
ImageTypes,
|
||||
useComposeBlueprintMutation,
|
||||
} from '../../store/imageBuilderApi';
|
||||
import { ImageTypes } from '../../store/imageBuilderApi';
|
||||
|
||||
type BuildImagesButtonPropTypes = {
|
||||
// default children is 'Build images'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue