improve yaml output (still botched)

This commit is contained in:
Francesco Renzi
2026-01-22 12:27:59 +00:00
parent 656a4c71b1
commit 9f96f7f3d6

View File

@@ -1179,7 +1179,7 @@ async function showExportModal() {
return;
}
yaml = result.Message || result.Result?.yaml || '';
yaml = result.Result?.yaml || result.Message || '';
stats = result.Result || {};
// Update cache with fresh data