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