fix: backend edit format

This commit is contained in:
jialin
2025-10-15 12:18:50 +08:00
parent 4196351e48
commit 059416bb47
14 changed files with 72 additions and 39 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const BackendList = () => {
isInfiniteScroll: true,
contentForDelete: 'backends.title',
defaultQueryParams: {
perPage: 100
perPage: 24
}
});
const { exportYAML } = useExportYAML();