Use correct API to suspend/unsuspend user (#607)
* Use correct API to suspend/unsuspend user * bring back suspend toggle * make linter happy
This commit is contained in:
committed by
GitHub
parent
5165625cd0
commit
ab247891dc
@@ -40,7 +40,7 @@ const UserAccountData = () => {
|
||||
<>
|
||||
<Stack direction="column" spacing={2} width="100%">
|
||||
<Typography variant="h6">{translate("resources.users.account_data.title")}</Typography>
|
||||
<Typography variant="body1">
|
||||
<Typography variant="body1" component="div">
|
||||
<Box>
|
||||
<Accordion>
|
||||
<AccordionSummary expandIcon={<ArrowDownwardIcon />}>
|
||||
|
||||
@@ -33,7 +33,6 @@ const RateLimitRow = ({
|
||||
}}
|
||||
>
|
||||
<TextField
|
||||
id="outlined-number"
|
||||
type="number"
|
||||
value={value}
|
||||
onChange={handleChange}
|
||||
|
||||
Reference in New Issue
Block a user