Skip to content

Commit

Permalink
Fix upload_limit value assignment in Settings.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 9, 2024
1 parent 72421a7 commit e4e0a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default {
path: "",
lets_encrypt: "",
http2https: "",
upload_limit,
upload_limit: "",
},
};
},
Expand Down

0 comments on commit e4e0a82

Please sign in to comment.