Skip to content

Commit

Permalink
Keep display revert delay input type change from 6a233cb
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Jan 12, 2025
1 parent def560e commit 9932b93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function addRemappingEntry() {
<label for="dd_config_revert_delay" class="form-label">
{{ $t('config.dd_config_revert_delay') }}
</label>
<input type="text" class="form-control" id="dd_config_revert_delay" placeholder="3000"
<input type="number" class="form-control" id="dd_config_revert_delay" placeholder="3000" min="0"
v-model="config.dd_config_revert_delay" />
<div class="form-text">
{{ $t('config.dd_config_revert_delay_desc') }}
Expand Down

0 comments on commit 9932b93

Please sign in to comment.