@ledvance/ui-biz-bundle 1.1.126 → 1.1.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.1.126",
7
+ "version": "1.1.127",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -172,6 +172,7 @@ const SwitchInching = (props: { theme?: ThemeType }) => {
172
172
  }
173
173
  if (v) {
174
174
  const switchingTask = {
175
+ channel: state.channel,
175
176
  enable: v,
176
177
  startTime: 0,
177
178
  endTime: 1440,
@@ -8,7 +8,7 @@ const { to16 } = Utils
8
8
  export interface SwitchInchingPageParams {
9
9
  switchIngCode: string
10
10
  countdownCode?: string
11
- channelConfig: {
11
+ channelConfig?: {
12
12
  countdownCode: string
13
13
  channelTitle: string
14
14
  channel: number