mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Fix typo in form step title from "Baisc Info" to "Basic Info" in SSO pages
This commit is contained in:
@@ -63,7 +63,7 @@ const SSOPage: FunctionComponent<PageComponentProps> = (
|
||||
}}
|
||||
formSteps={[
|
||||
{
|
||||
title: "Baisc Info",
|
||||
title: "Basic Info",
|
||||
id: "basic",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -79,7 +79,7 @@ const SSOPage: FunctionComponent<PageComponentProps> = (
|
||||
viewPageRoute={Navigation.getCurrentRoute()}
|
||||
formSteps={[
|
||||
{
|
||||
title: "Baisc Info",
|
||||
title: "Basic Info",
|
||||
id: "basic",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user