fix: missing '>' in header div tag on Users page

This commit is contained in:
2026-07-09 10:11:07 +08:00
parent 903f090293
commit 7df7695073

View File

@@ -327,7 +327,7 @@ const UsersPage: React.FC = () => {
alignItems: 'center',
flexWrap: 'wrap',
gap: 8,
}}
}}>
<h2 style={{ margin: 0 }}></h2>
<Space wrap>
<TreeSelect