summaryrefslogtreecommitdiff
path: root/lib/vendors/table/send-vendor-dialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendors/table/send-vendor-dialog.tsx')
-rw-r--r--lib/vendors/table/send-vendor-dialog.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vendors/table/send-vendor-dialog.tsx b/lib/vendors/table/send-vendor-dialog.tsx
index a34abb77..1f93bd7f 100644
--- a/lib/vendors/table/send-vendor-dialog.tsx
+++ b/lib/vendors/table/send-vendor-dialog.tsx
@@ -28,7 +28,7 @@ import {
DrawerTrigger,
} from "@/components/ui/drawer"
import { Vendor } from "@/db/schema/vendors"
-import { requestPQVendors, sendVendors } from "../service"
+import { sendVendors } from "../service"
interface ApprovalVendorDialogProps
extends React.ComponentPropsWithoutRef<typeof Dialog> {
@@ -58,7 +58,7 @@ export function SendVendorsDialog({
}
props.onOpenChange?.(false)
- toast.success("PQ successfully sent to vendors")
+ toast.success("Vendor Information successfully sent to MDG")
onSuccess?.()
})
}