mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Don't fail when no data is loaded yet
This commit is contained in:
parent
1e2d1c2587
commit
5eb433421d
|
@ -8,7 +8,7 @@
|
|||
<b-checkbox v-model="strategyPlotConfig">Use strategy plot_config</b-checkbox>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="!strategyPlotConfig" class="container-fluid">
|
||||
<div v-if="!strategyPlotConfig && dataset" class="container-fluid">
|
||||
<div class="row">
|
||||
<label class="h3">Plot config builder</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user