fixes #38
This commit is contained in:
parent
653cb7cdd7
commit
605fddc3dc
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ const mixerState = createSlice({
|
|||
gain: 1,
|
||||
baseGain: 1,
|
||||
openError: null,
|
||||
id: null,
|
||||
id: "None",
|
||||
calibration: false
|
||||
}
|
||||
} as MixerState,
|
||||
|
|
Loading…
Reference in a new issue