We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfe68a commit b72cb96Copy full SHA for b72cb96
1 file changed
ui/src/views/storage/UploadLocalVolume.vue
@@ -16,7 +16,7 @@
16
// under the License.
17
18
<template>
19
- <div class="form-layout" v-ctrl-enter="handleSubmit">
+ <div class="form-layout">
20
<span v-if="uploading">
21
<loading-outlined />
22
{{ $t('message.upload.file.processing') }}
@@ -38,7 +38,7 @@
38
</a-button>
39
</div>
40
41
- <a-spin :spinning="loading" v-else>
+ <a-spin :spinning="loading" v-else v-ctrl-enter="handleSubmit">
42
<a-form
43
:ref="formRef"
44
:model="form"
0 commit comments