Skip to content

Commit

Permalink
enable vega keys display (#391)
Browse files Browse the repository at this point in the history
Vega items keys now appear in the key list.
  • Loading branch information
rouk1 authored Sep 24, 2024
1 parent dd6b350 commit 19926ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/ReportBuilderView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const infoMediaTypes = ["text/markdown", "text/html"];
const mediaMediaTypes = [
"application/vnd.dataframe+json",
"application/vnd.sklearn.estimator+html",
"application/vnd.vega.v5+json",
"image/png",
"image/jpeg",
"image/webp",
Expand Down

0 comments on commit 19926ff

Please sign in to comment.