lint fix
This commit is contained in:
parent
8ec44f2dc8
commit
04a928085d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export const LdapSettingsSynchronization = ({
|
||||||
|
|
||||||
const watchPeriodicSync = form.watch("config.periodicFullSync", false);
|
const watchPeriodicSync = form.watch("config.periodicFullSync", false);
|
||||||
const watchChangedSync = form.watch("config.periodicChangedUsersSync", false);
|
const watchChangedSync = form.watch("config.periodicChangedUsersSync", false);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{showSectionHeading && (
|
{showSectionHeading && (
|
||||||
|
|
Loading…
Reference in a new issue