mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-12 08:59:02 +08:00
fix: syntax error
This commit is contained in:
parent
dc2ba03423
commit
4274062690
@ -49,7 +49,7 @@ const tabsSlice = createSlice({
|
||||
if (tab) {
|
||||
Object.assign(tab, action.payload.updates)
|
||||
}
|
||||
}
|
||||
},
|
||||
setActiveTab: (state, action: PayloadAction<string>) => {
|
||||
state.activeTabId = action.payload
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user