Skip to content

Commit 15e3a10

Browse files
authored
UI: Fix change offering type (#6135)
1 parent c146449 commit 15e3a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/offering/AddComputeOffering.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<a-form-item name="offeringtype" ref="offeringtype" :label="$t('label.offeringtype')" v-show="!isSystem">
6363
<a-radio-group
6464
v-model:value="form.offeringtype"
65+
@change="selected => { handleComputeOfferingTypeChange(selected.target.value) }"
6566
buttonStyle="solid">
6667
<a-radio-button value="fixed">
6768
{{ $t('label.fixed') }}

0 commit comments

Comments
 (0)