refactor: remove chart name from the label

This commit is contained in:
Abdallah A. Zaqout 2025-06-05 11:24:01 +03:00 committed by GitHub
parent 23e44ae8ee
commit 244a986cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -312,7 +312,7 @@ export default class ChartWidget extends Widget {
},
},
{
label: __("Export {0}", [__(this.chart_doc.chart_name)]),
label: __("Export"),
action: "action-export",
handler: () => {
const data = [[this.chart_doc.chart_name]];