mirror of
https://github.com/supabase/supabase.git
synced 2026-05-30 09:23:00 +08:00
fix: add orgslug to delete survey (#34410)
This commit is contained in:
@@ -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`, ''),
|
||||
|
||||
Reference in New Issue
Block a user