Blueprints: Update Import modal padding
The `<ActionGroup>` should be a child of `<Form>`, moving it improves the padding on the Import modal.
This commit is contained in:
parent
7115b43c3d
commit
df924ec097
1 changed files with 6 additions and 6 deletions
|
|
@ -102,13 +102,13 @@ export const ImportBlueprintModal: React.FunctionComponent<
|
|||
</HelperText>
|
||||
</FormHelperText>
|
||||
</FormGroup>
|
||||
<ActionGroup>
|
||||
<Button type="button">Review and finish</Button>
|
||||
<Button variant="link" type="button" onClick={onImportClose}>
|
||||
Cancel
|
||||
</Button>
|
||||
</ActionGroup>
|
||||
</Form>
|
||||
<ActionGroup>
|
||||
<Button type="button">Review and finish</Button>
|
||||
<Button variant="link" type="button" onClick={onImportClose}>
|
||||
Cancel
|
||||
</Button>
|
||||
</ActionGroup>
|
||||
</Modal>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue