Completed Admin Users form
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { NotificationPayload } from "@repo/db";
|
||||
import { NotificationPayload, ValidationFailed, ValidationSuccess } from "@repo/db";
|
||||
import { BaseNotification } from "_components/customToasts/BaseNotification";
|
||||
import { MapStore, useMapStore } from "_store/mapStore";
|
||||
import { Check, Cross } from "lucide-react";
|
||||
@@ -9,7 +9,7 @@ export const HPGnotificationToast = ({
|
||||
t,
|
||||
mapStore,
|
||||
}: {
|
||||
event: NotificationPayload;
|
||||
event: ValidationFailed | ValidationSuccess;
|
||||
t: Toast;
|
||||
mapStore: MapStore;
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user