Skip to content

Commit

Permalink
- FIX: Fixed even more remote trial issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 15, 2024
1 parent 3e420c3 commit a8d4fb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/modals/TrialSynchronizationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,11 @@ export default {
}
}
if (remoteConfig) {
result.remoteUrl = remoteConfig.remoteUrl || null
result.remoteToken = remoteConfig.token || null
}
result.localId = this.trial.localId
return deleteTrial(this.trial.localId)
Expand Down

0 comments on commit a8d4fb6

Please sign in to comment.