mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
Merge pull request #7697 from haiwen/fix-metadata-status
fix: metadata status
This commit is contained in:
@@ -81,6 +81,8 @@ export const MetadataStatusProvider = ({ repoID, repoInfo, hideMetadataView, chi
|
|||||||
if (!newValue) {
|
if (!newValue) {
|
||||||
cancelMetadataURL(true);
|
cancelMetadataURL(true);
|
||||||
setEnableTags(false);
|
setEnableTags(false);
|
||||||
|
setEnableOCR(false);
|
||||||
|
setEnableFaceRecognition(false);
|
||||||
}
|
}
|
||||||
setDetailsSettings({});
|
setDetailsSettings({});
|
||||||
setIsBeingBuilt(newValue);
|
setIsBeingBuilt(newValue);
|
||||||
|
Reference in New Issue
Block a user