fix http-proxy setting not saved (#329)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-06-06 17:01:31 +08:00 committed by GitHub
parent 703abd7ab9
commit 32ebdc3acd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
<script> <script>
import CreateEditView from '@shell/mixins/create-edit-view'; import CreateEditView from '@shell/mixins/create-edit-view';
import { Banner } from '@components/Banner'; import { Banner } from '@components/Banner';
import { LabeledInput } from '@components/Form/LabeledInput'; import { LabeledInput } from '@components/Form/LabeledInput';
@ -62,7 +61,7 @@ export default {
<div <div
class="row" class="row"
@update:value="update" @input="update"
> >
<div class="col span-12"> <div class="col span-12">
<LabeledInput <LabeledInput