mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Prevent empty name subplots
This commit is contained in:
parent
84c61551a0
commit
4853e19899
|
@ -15,7 +15,7 @@
|
|||
<b-input-group size="sm">
|
||||
<b-form-input id="newSubPlot" v-model="newSubplotName" class="addPlot"></b-form-input>
|
||||
<b-input-group-append>
|
||||
<b-button @click="addSubplot">+</b-button>
|
||||
<b-button :disabled="!newSubplotName" @click="addSubplot">+</b-button>
|
||||
<b-button v-if="selSubPlot && selSubPlot != 'main_plot'" @click="delSubplot">-</b-button>
|
||||
</b-input-group-append>
|
||||
</b-input-group>
|
||||
|
|
Loading…
Reference in New Issue
Block a user