Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0c3bc3

Browse files
committed
fix: trim levels not showing (closes#1923)
1 parentced8c37 commitf0c3bc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎apps/client/src/components/citizen/vehicles/modals/register-vehicle-modal.tsx‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export function RegisterVehicleModal({ vehicle, onClose, onCreate, onUpdate }: P
212212
if(CUSTOM_TEXTFIELD_VALUES&&node){
213213
setValues({
214214
...values,
215+
modelValue:node.value,
215216
modelName:node.textValue,
216217
model:node.textValue,
217218
});
@@ -221,6 +222,7 @@ export function RegisterVehicleModal({ vehicle, onClose, onCreate, onUpdate }: P
221222
if(node){
222223
setValues({
223224
...values,
225+
modelValue:node.value,
224226
modelName:node.value?.value.value??node.textValue,
225227
model:node.keyasstring,
226228
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp