Add server configurator block option
This commit is contained in:
@ -155,6 +155,9 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
|
|||||||
<Radio key={2} value="2">
|
<Radio key={2} value="2">
|
||||||
Ban
|
Ban
|
||||||
</Radio>
|
</Radio>
|
||||||
|
<Radio key={3} value="3">
|
||||||
|
Disallow Server Configurator
|
||||||
|
</Radio>
|
||||||
</VStack>
|
</VStack>
|
||||||
</RadioGroup>,
|
</RadioGroup>,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user