fix: warning noti

change: add loading to overview recipe

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-03-17 17:22:57 +07:00
parent ee57dd1163
commit 3388eca2fe
2 changed files with 30 additions and 1 deletions

View file

@ -28,6 +28,7 @@ export function getNotification() {
toast.warning('Warning', {
description: msg
});
break;
default:
toast(msg);
}