Fix retention stupid IE11
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user