fix wrong text
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
item-title="displayName"
|
item-title="displayName"
|
||||||
item-value="type"
|
item-value="type"
|
||||||
persistent-placeholder
|
persistent-placeholder
|
||||||
:label="$t('Chart Type')"
|
:label="$t('Default Chart Type')"
|
||||||
:placeholder="$t('Chart Type')"
|
:placeholder="$t('Default Chart Type')"
|
||||||
:items="[
|
:items="[
|
||||||
{ type: allChartTypes.Pie, displayName: $t('Pie Chart') },
|
{ type: allChartTypes.Pie, displayName: $t('Pie Chart') },
|
||||||
{ type: allChartTypes.Bar, displayName: $t('Bar Chart') }
|
{ type: allChartTypes.Bar, displayName: $t('Bar Chart') }
|
||||||
|
|||||||
Reference in New Issue
Block a user