fix: missing setSubmission

This commit is contained in:
Wentao Lyu 2023-03-13 05:21:30 +08:00
parent dd1f74da72
commit b9975ac283
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import manualSWR from '~/utils/fetchers';
import { useDispatch } from 'react-redux';
import { setNewConvo, removeAll } from '~/store/convoSlice';
import { setMessages } from '~/store/messageSlice';
import { setSubmission } from '~/store/submitSlice';
export default function ClearConvos() {
const dispatch = useDispatch();