refactor: remove chart name from the label
This commit is contained in:
parent
23e44ae8ee
commit
244a986cb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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]];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue