Add packages selector component
Write fully the packages selector component which was previously registered in DDF components mapper.
This commit is contained in:
parent
342bea611e
commit
fb1c949a97
4 changed files with 96 additions and 14 deletions
|
|
@ -12,6 +12,7 @@ const CreateImage = () => {
|
|||
return <ImageCreator
|
||||
onClose={ () => history.push('/landing') }
|
||||
onSubmit={ (values) => console.log(values) }
|
||||
defaultArch="x86_64"
|
||||
schema={ {
|
||||
fields: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue