feat: remove legacy role ranking

pull/1131/head
Declan Chidlow 2025-06-12 09:59:57 +08:00
parent 9e293e0a30
commit ddaca7b0c4
1 changed files with 0 additions and 20 deletions

View File

@ -229,26 +229,6 @@ export const Roles = observer(({ server }: Props) => {
/> />
</p> </p>
</section> </section>
<section>
<Category>
<Text id="app.settings.permissions.role_ranking" />
</Category>
<p>
<InputBox
type="number"
value={currentRoleValue.rank ?? 0}
onChange={(e) =>
setValue({
...value,
rank: parseInt(
e.currentTarget.value,
),
})
}
palette="secondary"
/>
</p>
</section>
</> </>
)} )}
<h1> <h1>