From f883f60780375011f035941f3b68009018a5549e Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 4 Sep 2024 18:23:53 +0900 Subject: [PATCH] Fix toast message function names in Intro and Playground components --- src/components/Intro.jsx | 4 ++-- src/components/Playground.jsx | 6 +++--- src/hooks/useToast.js | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Intro.jsx b/src/components/Intro.jsx index 0129e7a4..840aff7a 100644 --- a/src/components/Intro.jsx +++ b/src/components/Intro.jsx @@ -14,7 +14,7 @@ import { Button } from '@nextui-org/react' import SingleDatePicker from './common/datepicker/SingleDatePicker' import RangeDatePicker from './common/datepicker/RangeDatePicker' import QGrid from './common/grid/QGrid' -import { QToast } from '@/hooks/useToast' +import { toastUp } from '@/hooks/useToast' export default function Intro() { const { get } = useAxios() @@ -127,7 +127,7 @@ export default function Intro() {