Fix retention stupid IE11

This commit is contained in:
Christoph Wiechert
2018-12-14 18:56:12 +01:00
parent 39a482807a
commit ae94e32447

View File

@@ -7,7 +7,7 @@
label(for='retention') Retention label(for='retention') Retention
| |
select#retention.form-control(:value='retention', :disabled='disabled', select#retention.form-control(:value='retention', :disabled='disabled',
@input="$store.commit('upload/RETENTION', $event.target.value)") @change="$store.commit('upload/RETENTION', $event.target.value)")
option(v-for='(label, seconds, index) in config.retentions', option(v-for='(label, seconds, index) in config.retentions',
:value="seconds", :selected="seconds === retention") {{ label }} :value="seconds", :selected="seconds === retention") {{ label }}
div div