1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

add_close_face_recognition (#6998)

* add_close_face_recognition

* update

* update

* update

---------

Co-authored-by: zheng.shen <zheng.shen@seafile.com>
This commit is contained in:
shenzheng-1
2024-11-07 13:58:18 +08:00
committed by GitHub
parent d823a02caf
commit 59f24cb2b6
5 changed files with 116 additions and 21 deletions

View File

@@ -111,7 +111,7 @@ const LibSettingsDialog = ({ repoID, currentRepoInfo, toggleDialog, tab }) => {
<LibFaceRecognitionSettingPanel
repoID={repoID}
value={enableFaceRecognition}
submit={(value) => { updateEnableFaceRecognition(true); }}
submit={(value) => { updateEnableFaceRecognition(value); }}
toggleDialog={toggleDialog}
/>
</TabPane>