diff --git a/datacenter/app/datastores/page.tsx b/datacenter/app/datastores/page.tsx
index 30faa1db8..01c7f18c1 100644
--- a/datacenter/app/datastores/page.tsx
+++ b/datacenter/app/datastores/page.tsx
@@ -26,7 +26,7 @@ const Index = () => {
<>
Knowledge Spaces
-
@@ -55,7 +55,7 @@ const Index = () => {
render: (props) => {
if (props.step === 0) {
return (
- {
+ {
if (knowledgeSpaceName === '') {
props.onSubmit?.()
} else {
@@ -86,7 +86,7 @@ const Index = () => {
);
} else if (props.step === 1) {
return (
- props.onSubmit?.()}>
+ props.onSubmit?.()}>
Web Page {'>'}
);
@@ -97,7 +97,7 @@ const Index = () => {
Previous {'<'}
,
{
props.onSubmit?.();