mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Fix plot-config not updating when a different plot is selected
This commit is contained in:
parent
fb5ba3df9d
commit
1a686fab57
|
@ -85,7 +85,7 @@
|
|||
ok-only
|
||||
hide-backdrop
|
||||
>
|
||||
<PlotConfigurator :columns="datasetColumns" />
|
||||
<PlotConfigurator v-if="showPlotConfigModal" :columns="datasetColumns" />
|
||||
</b-modal>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -307,7 +307,7 @@ const savePlotConfig = () => {
|
|||
};
|
||||
|
||||
onMounted(() => {
|
||||
// console.log('Config Mounted', props.value);
|
||||
// console.log('Config Mounted', props);
|
||||
plotConfig.value = plotStore.plotConfig;
|
||||
plotConfigNameLoc.value = plotStore.plotConfigName;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user