We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed06f58 commit 28675acCopy full SHA for 28675ac
frontend/src/hooks/useNotification.tsx
@@ -1,8 +1,5 @@
1
import { useToast } from "@chakra-ui/react";
2
3
-// TODO: Customize toast to match Figma design
4
-// https://www.figma.com/design/Ts9QxCIXFe4l9h6GKOLOIq/Admin-Application?node-id=5530-38022&t=d0D0hBm1Lo6YUL70-4
5
-// Apply this hook for all successful create / update / delete operations in this project
6
export default function useNotification() {
7
const toast = useToast();
8
0 commit comments