Fix typo for TipsIntervention in JS

This commit is contained in:
Sebastian Serth
2022-04-06 19:51:28 +02:00
parent d1d628a090
commit 5f68baba75

View File

@ -860,7 +860,7 @@ var CodeOceanEditor = {
$('#tips-intervention-modal').modal('show');
$.ajax({
data: {
intervention_type: 'TipIntervention'
intervention_type: 'TipsIntervention'
},
dataType: 'json',
type: 'POST',