Skip to content

Commit

Permalink
Fix retention stupid IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Dec 14, 2018
1 parent 39a4828 commit ae94e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Upload/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
label(for='retention') Retention
|
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',
:value="seconds", :selected="seconds === retention") {{ label }}
div
Expand Down

0 comments on commit ae94e32

Please sign in to comment.