mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
cors is cringe (#868)
This commit is contained in:
@@ -25,7 +25,8 @@ export default function FeedbackDialog(props: UseDialogProps) {
|
||||
try {
|
||||
await fetch(FEEDBACK_URL, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(data)
|
||||
body: JSON.stringify(data),
|
||||
mode: 'no-cors'
|
||||
});
|
||||
} catch (error) {
|
||||
showAlertDialog({
|
||||
|
||||
Reference in New Issue
Block a user