feat: add the stepper header back in (#96)
Accidentally refactored it out.
This commit is contained in:
@@ -59,6 +59,7 @@ function DiscussionsSettings({ courseId, intl }) {
|
||||
title={intl.formatMessage(messages.configure)}
|
||||
onClose={handleClose}
|
||||
isOpen
|
||||
beforeBodyNode={<Stepper.Header className="border-bottom border-light" />}
|
||||
footerNode={(
|
||||
<>
|
||||
<Stepper.ActionRow eventKey={SELECTION_STEP}>
|
||||
|
||||
Reference in New Issue
Block a user