mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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'],
|
||||
template: `
|
||||
<div class="header">
|
||||
<span class="title">Selected Country</span>
|
||||
<span class="title">Selected Country/Region</span>
|
||||
<h2>{{countryName}}</h2>
|
||||
</div>
|
||||
<div echarts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue