mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update webview-ui/src/context/ExtensionStateContext.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
b0f1eb6d62
commit
2bd310bc92
1 changed files with 1 additions and 1 deletions
|
|
@ -255,4 +255,4 @@ export const useExtensionState = () => {
|
|||
}
|
||||
|
||||
export const mergeExtensionState = (prevState: ExtensionState, newState: ExtensionState): ExtensionState =>
|
||||
merge(prevState, newState)
|
||||
merge({}, prevState, newState)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue