Rename image creator and image wizard

The names of component and files were not matching
This commit is contained in:
Karel Hala 2021-06-23 14:30:52 +02:00 committed by Sanne Raymaekers
parent 09f467ffb7
commit a01d00c3fe
7 changed files with 23 additions and 20 deletions

View file

@ -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;