Skip to content

Commit

Permalink
fix incorrect init_timeout setting key (#288)
Browse files Browse the repository at this point in the history
In the UI not proper key was used to set a config key.

Related to: #287

Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 authored May 8, 2024
1 parent 3d503b3 commit 45a289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
onInput() {
delay(() => {
this.saveOptions({
ex_app_init_timeout: this.state.init_timeout,
init_timeout: this.state.init_timeout,
container_restart_policy: this.state.container_restart_policy,
})
}, 2000)()
Expand Down

0 comments on commit 45a289b

Please sign in to comment.