allow passing footer and header

This commit is contained in:
Eduardo Quiros 2022-08-08 23:40:26 -06:00
parent 5f1a962da2
commit 0d8fc87061
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ class InfoDialog extends React.Component {
style={{ width: '650px' }} style={{ width: '650px' }}
modal modal
className='p-fluid' className='p-fluid'
header='Información' header={this.props.header}
footer={this.props.footer}
> >
<div className='container text-center'> <div className='container text-center'>
<div className='row my-4'> <div className='row my-4'>