Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -198,6 +198,7 @@ |
198 | 198 | if (!id) return; |
199 | 199 | const { message } = await clearUserPassword(id, 4); |
200 | 200 | createMessage.success(message); |
201 | + handleSuccess(); | |
201 | 202 | }; |
202 | 203 | // const handleDeleteOrBatchDelete = (record: Recordable) => { |
203 | 204 | // deleteTenantAdmin([record.id]).then(() => { | ... | ... |