mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15: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
|
ok-only
|
||||||
hide-backdrop
|
hide-backdrop
|
||||||
>
|
>
|
||||||
<PlotConfigurator :columns="datasetColumns" />
|
<PlotConfigurator v-if="showPlotConfigModal" :columns="datasetColumns" />
|
||||||
</b-modal>
|
</b-modal>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -307,7 +307,7 @@ const savePlotConfig = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// console.log('Config Mounted', props.value);
|
// console.log('Config Mounted', props);
|
||||||
plotConfig.value = plotStore.plotConfig;
|
plotConfig.value = plotStore.plotConfig;
|
||||||
plotConfigNameLoc.value = plotStore.plotConfigName;
|
plotConfigNameLoc.value = plotStore.plotConfigName;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user