mirror of
https://github.com/sasjs/server.git
synced 2026-01-04 21:30:05 +00:00
fix: spelling issues
This commit is contained in:
@@ -35,10 +35,10 @@ const AuthConfig = () => {
|
||||
.finally(() => setIsLoading(false))
|
||||
}, [])
|
||||
|
||||
const synchronizeWithLDAP = () => {
|
||||
const synchroniseWithLDAP = () => {
|
||||
setIsLoading(true)
|
||||
axios
|
||||
.post(`/SASjsApi/authConfig/synchronizeWithLDAP`)
|
||||
.post(`/SASjsApi/authConfig/synchroniseWithLDAP`)
|
||||
.then((res: any) => {
|
||||
const { userCount, groupCount } = res.data
|
||||
toast.success(
|
||||
@@ -137,9 +137,9 @@ const AuthConfig = () => {
|
||||
<Button
|
||||
type="submit"
|
||||
variant="contained"
|
||||
onClick={synchronizeWithLDAP}
|
||||
onClick={synchroniseWithLDAP}
|
||||
>
|
||||
Synchronize
|
||||
Synchronise
|
||||
</Button>
|
||||
</CardActions>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user