[fix](ui)format the text file of profile #17645
This commit is contained in:
@ -76,7 +76,7 @@ export default function QueryProfile(params: any) {
|
||||
}
|
||||
|
||||
function download(profile) {
|
||||
const blob = new Blob([JSON.stringify(profile)], {
|
||||
const blob = new Blob([JSON.stringify(profile, null, 2)], {
|
||||
type: "text/plain"
|
||||
});
|
||||
const tagA = document.createElement("a");
|
||||
|
||||
Reference in New Issue
Block a user