fix: ignore the sort_by when no data
This commit is contained in:
@@ -25,6 +25,7 @@ const ClusterAdvanceConfig: React.FC<{
|
||||
return editorRef.current?.getValue();
|
||||
},
|
||||
setYamlValue: (values: any) => {
|
||||
console.log('setYamlValue:', values);
|
||||
editorRef.current?.setValue(values || yamlTemplate);
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user