Add proper placeholder to strategy select

This commit is contained in:
Matthias 2021-08-14 15:49:49 +02:00
parent 6079814d90
commit 8c64ae7722

View File

@ -28,6 +28,8 @@ export default class Template extends Vue {
}
availableTimeframes = [
// Placeholder value
{ value: '', text: 'Use strategy default' },
'1m',
'3m',
'5m',