Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18967d720c | |||
| 044b2ef917 | |||
| 4f7fdfb2ba | |||
| 29538e3b6e |
@@ -25,7 +25,6 @@ const validationSchema = Yup.object().shape({
|
||||
return true;
|
||||
}),
|
||||
sales_agent: Yup.string()
|
||||
.required("Required")
|
||||
});
|
||||
|
||||
export default function DashboardFormInit({handleNextStep}:Props) {
|
||||
|
||||
@@ -52,7 +52,7 @@ const Header: React.FC<HiddenMenuItems> = ({
|
||||
<div className="flex flex-col-reverse lg:flex-col grow lg:grow-0 justify-between items-end">
|
||||
<ul className="flex gap-0 lg:gap-[10px] items-center justify-end w-full flex-wrap">
|
||||
{[
|
||||
{ text: "Open An Account", href: RouteHandler.getStarted },
|
||||
{ text: "Open An Account", href: RouteHandler.letsGetStarted },
|
||||
{
|
||||
text: "Internet Banking",
|
||||
href: RouteHandler.businessBanking,
|
||||
|
||||
Reference in New Issue
Block a user