Selaa lähdekoodia

fix(dueros): dueros propertymappings

lind 3 vuotta sitten
vanhempi
commit
f0611d629c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/pages/Northbound/DuerOS/Detail/index.tsx

+ 1 - 1
src/pages/Northbound/DuerOS/Detail/index.tsx

@@ -144,7 +144,7 @@ const Save = () => {
             const title = propertiesList.find((item: any) => item.id === value)?.name;
             f.setFieldState(propertyMappingPath, (state) => {
               state.componentProps = {
-                header: title || '动作映射',
+                header: title || '属性映射',
               };
             });
           });