Polished add note before release

This commit is contained in:
keannu125 2023-04-16 20:33:19 +08:00
parent 5af130d98e
commit 68408f9170

View file

@ -24,6 +24,7 @@ export default function NewNote() {
mutationFn: AddNote,
onSuccess: () => {
queryClient.invalidateQueries("notes");
queryClient.invalidateQueries("public_notes");
},
});