fix: add orgslug to delete survey (#34410)

This commit is contained in:
Pamela Chia
2025-03-25 16:46:22 +01:00
committed by GitHub
parent bc0977f492
commit 0bb88acacb

View File

@@ -31,6 +31,7 @@ const DeleteProjectModal = ({ visible, onClose }: { visible: boolean; onClose: (
if (!isFree) {
try {
await sendExitSurvey({
orgSlug: organization?.slug,
projectRef,
message,
reasons: selectedReasons.reduce((a, b) => `${a}- ${b}\n`, ''),