fix: no need to show error in login for first

This commit is contained in:
jialin
2026-06-05 16:24:46 +08:00
committed by jialin
parent f2bff0d1fb
commit 46f859cc3c
7 changed files with 50 additions and 22 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ export default (props: any) => {
<Button
style={{
border: 'none',
cursor: 'w-resize'
cursor: collapsed ? 'e-resize' : 'w-resize'
}}
size="small"
type={'text'}