allow passing footer and header
This commit is contained in:
parent
5f1a962da2
commit
0d8fc87061
|
@ -14,7 +14,8 @@ class InfoDialog extends React.Component {
|
|||
style={{ width: '650px' }}
|
||||
modal
|
||||
className='p-fluid'
|
||||
header='Información'
|
||||
header={this.props.header}
|
||||
footer={this.props.footer}
|
||||
>
|
||||
<div className='container text-center'>
|
||||
<div className='row my-4'>
|
||||
|
|
Loading…
Reference in New Issue