mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Polished new product page
This commit is contained in:
parent
76d9340e8d
commit
6ce2d84031
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export default function NewProduct() {
|
|||
onSuccess: () => {
|
||||
queryClient.invalidateQueries("products");
|
||||
queryClient.invalidateQueries("logs");
|
||||
queryClient.invalidateQueries("logs");
|
||||
},
|
||||
});
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue