Fix typo for TipsIntervention in JS
This commit is contained in:
@ -860,7 +860,7 @@ var CodeOceanEditor = {
|
|||||||
$('#tips-intervention-modal').modal('show');
|
$('#tips-intervention-modal').modal('show');
|
||||||
$.ajax({
|
$.ajax({
|
||||||
data: {
|
data: {
|
||||||
intervention_type: 'TipIntervention'
|
intervention_type: 'TipsIntervention'
|
||||||
},
|
},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
|
Reference in New Issue
Block a user