feat: remove legacy role ranking
parent
9e293e0a30
commit
ddaca7b0c4
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue