Skip to content

Commit

Permalink
chore: remove asset size description
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 23, 2024
1 parent 22d4ed1 commit 8e562b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class AssetsSummaryReport {
data: this.generateAssetSizeList(summaryData, assetUnusedData),
display: "collapse_open",
title: "Asset Size",
description: "Assets that appear in app-data but do not have references within sheets",
description: "",
type: "table",
columns: ["assets", "KB", "MB"],
};
Expand Down

0 comments on commit 8e562b7

Please sign in to comment.