Skip to content

Commit 6b68a98

Browse files
MDE/PKFE-31 bug-fix
1 parent 3ac0ec3 commit 6b68a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/front-end/src/features/editor/components/editorView/editorView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const EditorView: React.FC = () => {
165165
const { totalRows, header, rows } = fileContentResponse;
166166

167167
if (!header) {
168-
fileStateUpdate(undefined, { columns: [], rows: [], aggregations: {} }, undefined);
168+
fileStateUpdate(undefined, { columns: [], rows: [], aggregations: fileContent.aggregations }, undefined);
169169
return;
170170
}
171171

0 commit comments

Comments
 (0)