Merge branch 'main' of bitbucket.org:venbainformationtechnology/the_mechanic into main

This commit is contained in:
sriramv 2024-05-07 13:39:08 +05:30
commit 9937a4f5c1

View File

@ -148,7 +148,7 @@
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: 'create_model', url: 'create_model/'+$('#make_id').val(),
data: formData, data: formData,
dataType: 'json', dataType: 'json',
success: function(response) { success: function(response) {