mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
fix: add isReadOnly for syncer (#2015)
* feat: add read only mod for syncer * feat: change readOnlyEnable to isReadOnly
This commit is contained in:
@ -42,6 +42,7 @@ class SyncerListPage extends BaseListPage {
|
||||
affiliationTable: "",
|
||||
avatarBaseUrl: "",
|
||||
syncInterval: 10,
|
||||
isReadOnly: false,
|
||||
isEnabled: false,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user