Skip to content

Commit

Permalink
Modify Modal Title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Luca Lagmöller committed Feb 18, 2019
1 parent fba1988 commit 164e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/StepModal/StepModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const StepModal = (props) => {
}
});
return (
<Modal title="Basic Modal" visible={show} footer={null} closable={false}>
<Modal title="Please wait" visible={show} footer={null} closable={false}>
<Steps direction="vertical" current={currentStep}>
{steps.map((step) => {
const index = steps.indexOf(step);
Expand Down

0 comments on commit 164e2a6

Please sign in to comment.