fix: miss gpu_selector value in catalog

This commit is contained in:
jialin
2025-04-03 13:36:09 +08:00
parent dd8059693d
commit 939f46c7e6
14 changed files with 156 additions and 64 deletions
-1
View File
@@ -366,7 +366,6 @@ export const getSourceRepoConfigValue = (
omits.push(key);
}
});
return {
values: { ...result, ..._.omit(data, omits) }
};