Closed addeharsha closed 4 years ago
Add a isConfirmPrimaryBtn flag to modal-component which determines if the confirm button should be treated as a primary button or not.
isConfirmPrimaryBtn
By default, value is true and the css class of btn-primary gets applied to the confirm button.
btn-primary
When set to false, css class of btn-default gets applied instead.
btn-default
Add a
isConfirmPrimaryBtn
flag to modal-component which determines if the confirm button should be treated as a primary button or not.By default, value is true and the css class of
btn-primary
gets applied to the confirm button.When set to false, css class of
btn-default
gets applied instead.