1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00

Merge pull request #7697 from haiwen/fix-metadata-status

fix: metadata status
This commit is contained in:
杨国璇 2025-04-01 18:36:10 +08:00 committed by GitHub
commit e332873d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,8 @@ export const MetadataStatusProvider = ({ repoID, repoInfo, hideMetadataView, chi
if (!newValue) {
cancelMetadataURL(true);
setEnableTags(false);
setEnableOCR(false);
setEnableFaceRecognition(false);
}
setDetailsSettings({});
setIsBeingBuilt(newValue);