When filtering object members from rest use full name
GitOrigin-RevId: 0c21c70b2512931744f18e79c8d9e4bb85e83dfa
This commit is contained in:
@@ -89,7 +89,7 @@ export const ThreadsProvider: FC<React.PropsWithChildren> = ({ children }) => {
|
||||
) => {
|
||||
setData(value => {
|
||||
if (value) {
|
||||
const { submitting: _1, ...thread } = value[threadId] ?? {
|
||||
const { submitting: _submitting, ...thread } = value[threadId] ?? {
|
||||
messages: [],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user