You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -143,10 +142,10 @@ export function SettingHome() {
143
142
selectedKeys={[selectKey]}
144
143
onClick={(value)=>{
145
144
history.push("/setting/"+value.key);
146
-
}}
145
+
}}
147
146
items={items}/>
148
147
149
-
<Cardstyle={{marginTop: "40px",color:"#aaa"}}>
148
+
<Cardstyle={{marginTop: "40px",color:"#aaa"}}>
150
149
<div>If you are interested in early access to the upcoming Enterprise Edition, please contact us: <ahref="mailto:[email protected]">[email protected]</a></div>
151
150
</Card>
152
151
</SubSideBar>
@@ -157,7 +156,6 @@ export function SettingHome() {
0 commit comments