Skip to content

Commit b72cb96

Browse files
committed
Address review comments
1 parent 6bfe68a commit b72cb96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/views/storage/UploadLocalVolume.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// under the License.
1717

1818
<template>
19-
<div class="form-layout" v-ctrl-enter="handleSubmit">
19+
<div class="form-layout">
2020
<span v-if="uploading">
2121
<loading-outlined />
2222
{{ $t('message.upload.file.processing') }}
@@ -38,7 +38,7 @@
3838
</a-button>
3939
</div>
4040
</div>
41-
<a-spin :spinning="loading" v-else>
41+
<a-spin :spinning="loading" v-else v-ctrl-enter="handleSubmit">
4242
<a-form
4343
:ref="formRef"
4444
:model="form"

0 commit comments

Comments
 (0)