File tree 2 files changed +3
-3
lines changed
client/packages/lowcoder/src
pages/ComponentDoc/examples/MediaComp
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ TransferBasicComp = class extends TransferBasicComp {
187
187
}
188
188
} ;
189
189
190
- export const TransferComp = withExposingConfigs ( TransferBasicComp , [
190
+ export const transferComp = withExposingConfigs ( TransferBasicComp , [
191
191
new NameConfig ( "items" , trans ( "transfer.items" ) ) ,
192
192
new NameConfig ( "targetKeys" , trans ( "transfer.targetKeys" ) ) ,
193
193
new NameConfig ( "targerObject" , trans ( "transfer.targerObject" ) ) ,
Original file line number Diff line number Diff line change 1
- import { TransferComp } from "comps/comps/transferComp" ;
1
+ import { transferComp } from "comps/comps/transferComp" ;
2
2
import Example from "../../common/Example" ;
3
3
import ExampleGroup from "../../common/ExampleGroup" ;
4
4
@@ -12,7 +12,7 @@ export default function TransferExample() {
12
12
title = "Default Audio Component"
13
13
config = { {
14
14
} }
15
- compFactory = { TransferComp }
15
+ compFactory = { transferComp }
16
16
/>
17
17
</ ExampleGroup >
18
18
</ >
You can’t perform that action at this time.
0 commit comments