Rename image creator and image wizard
The names of component and files were not matching
This commit is contained in:
parent
09f467ffb7
commit
a01d00c3fe
7 changed files with 23 additions and 20 deletions
|
|
@ -106,7 +106,7 @@ const onSave = (values) => {
|
|||
return requests;
|
||||
};
|
||||
|
||||
const CreateImage = () => {
|
||||
const CreateImageWizard = () => {
|
||||
const dispatch = useDispatch();
|
||||
const history = useHistory();
|
||||
const [ user, setUser ] = useState();
|
||||
|
|
@ -181,4 +181,4 @@ https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/up
|
|||
} } /> : <Spinner />;
|
||||
};
|
||||
|
||||
export default CreateImage;
|
||||
export default CreateImageWizard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue