mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
load selected pair on load
This commit is contained in:
parent
06b5cc5230
commit
50cf3e2486
|
@ -208,6 +208,10 @@ export default class CandleChartContainer extends Vue {
|
|||
}
|
||||
this.plotConfigName = getPlotConfigName();
|
||||
this.plotConfig = getCustomPlotConfig(this.plotConfigName);
|
||||
|
||||
if (!this.hasDataset) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
plotConfigChanged() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user