diff --git a/src/components/charts/CandleChartContainer.vue b/src/components/charts/CandleChartContainer.vue index cf55e095..010e7a0a 100644 --- a/src/components/charts/CandleChartContainer.vue +++ b/src/components/charts/CandleChartContainer.vue @@ -108,7 +108,7 @@ export default class CandleChartContainer extends Vue { plotConfigName = ''; - showPlotConfig = !this.plotConfigModal; + showPlotConfig = this.plotConfigModal; @Getter getChartTheme!: string;