Skip to content

Commit

Permalink
Merge pull request #161 from chnejohnson/issue#148
Browse files Browse the repository at this point in the history
add: displaying uploading text for the UpdateFactorySteps
  • Loading branch information
Yukaii authored Jul 27, 2022
2 parents 4ea3e9f + 3576a0c commit 8a3c759
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/UpdateFactorySteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
:valid="imagesValid"
:submit="submitImageUpload"
:formState="imageUploadFormState"
submitText="確認新增照片"
:submitText="imageSubmitting? '照片上傳中...' : '確認新增照片'"
disableProgressiveUpload
/>

Expand Down Expand Up @@ -295,7 +295,9 @@ export default createComponent({
isCurrentFieldValid,
factoryTypeItems,
submitUpdateFactory
submitUpdateFactory,
imageSubmitting
}
}
})
Expand Down

0 comments on commit 8a3c759

Please sign in to comment.