Added example modal to popup windows

This commit is contained in:
frikky
2021-09-14 10:27:50 +02:00
parent f860545de4
commit b0908b1f0c
6 changed files with 42 additions and 37 deletions
+1
View File
@@ -4978,6 +4978,7 @@ func handleStopCloudSync(syncUrl string, org shuffle.Org) (*shuffle.Org, error)
return &org, err
}
// FIXME: If it says bad API-key, stop cloud sync for the Org
if newresp.StatusCode != 200 {
return &org, errors.New(fmt.Sprintf("Got status code %d when disabling org remotely. Expected 200. Contact support.", newresp.StatusCode))
}