|
@@ -58,7 +58,8 @@ const component = forwardRef(({
|
|
|
unit:defaultConfig?.unit,
|
|
|
way:defaultConfig?.way,
|
|
|
startTime:defaultConfig?.startTime,
|
|
|
- incrementPeriod:defaultConfig?.period
|
|
|
+ incrementPeriod:defaultConfig?.period,
|
|
|
+ syncToBI:defaultConfig?.syncToBI,
|
|
|
})
|
|
|
}
|
|
|
}
|