Open
Description
I use the Modal-component from react-bootstrap. Inside this modal is a react-bootstrap-table table. When I add a new row, another modal (the 'New Record' modal) is opening.
When I press 'Close' just the 'New Record'-modal is closing. Everything works fine.
When I press save both modals are closing.
Is there a way to prevent that both modals are closing when I hit 'Save'?
Thank you for your help!