fix: ignore the fields when compare data

This commit is contained in:
jialin
2025-05-06 17:42:14 +08:00
parent efd2088745
commit 6a2d2dfdaf
3 changed files with 14 additions and 3 deletions
+3
View File
@@ -477,6 +477,9 @@ export const excludeFields = [
'gpu_selector'
];
// ingore fields when compare old and new data
export const updateIgnoreFields = ['categories', 'replicas', 'description'];
// if some fields need to trigger manual check, add them here
export const updateExcludeFields = [
'repo_id',