Skip to content

Commit

Permalink
fix toast message kind
Browse files Browse the repository at this point in the history
  • Loading branch information
moficodes committed Jun 23, 2020
1 parent 0509f07 commit b818e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/create/CreateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ const CreateForm = ({ accountID }) => {
subtitle: `${clusterCount} ${
kubernetesSelected ? "Kubernetes" : "Openshift"
} Clusters Scheduled`,
kind: 'success',
caption: `Create At : ${startDate.toLocaleString()} Delete At : ${endDate.toLocaleString()}`,
});
setScheduleSuccess(true);
Expand Down

0 comments on commit b818e14

Please sign in to comment.