Skip to content

Commit ac8f359

Browse files
committed
fix: disable cas time fields when loading
1 parent 25f11d5 commit ac8f359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/custom/CAS/Record/NewActivityRecord.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ const onSubmit = handleSubmit(async (values) => {
162162
:min="0"
163163
:model-value="value"
164164
:step="0.5"
165+
:disabled="isLoading"
165166
:format-options="{
166167
minimumFractionDigits: 1,
167168
}"

0 commit comments

Comments
 (0)