mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(dashboard): update title country->region the orders list component (#1987)
This commit is contained in:
parent
06f1cc5e67
commit
cf1bf4d043
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import { LayoutService } from '../../../../@core/utils/layout.service';
|
||||||
styleUrls: ['./country-orders-chart.component.scss'],
|
styleUrls: ['./country-orders-chart.component.scss'],
|
||||||
template: `
|
template: `
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<span class="title">Selected Country</span>
|
<span class="title">Selected Country/Region</span>
|
||||||
<h2>{{countryName}}</h2>
|
<h2>{{countryName}}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div echarts
|
<div echarts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue