mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-09 08:52:56 +08:00
Add isEnabled to webhook.
This commit is contained in:
@@ -192,7 +192,7 @@ class SyncerListPage extends BaseListPage {
|
||||
...this.getColumnSearchProps('syncInterval'),
|
||||
},
|
||||
{
|
||||
title: i18next.t("syncer:Is enabled"),
|
||||
title: i18next.t("general:Is enabled"),
|
||||
dataIndex: 'isEnabled',
|
||||
key: 'isEnabled',
|
||||
width: '120px',
|
||||
|
Reference in New Issue
Block a user