1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +00:00
This commit is contained in:
zhouwenxuan
2025-04-17 16:53:42 +08:00
parent a3df5ddd0e
commit d988c3f0cb
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ import { useMetadataStatus } from '../../hooks';
import '../../css/lib-settings.css';
const { enableSeafileAI, enableOCR: enableSeafileOCR } = window.app.config;
const { enableSeafileAI, enableSeafileOCR } = window.app.config;
const propTypes = {
toggleDialog: PropTypes.func.isRequired,