Skip to content
Snippets Groups Projects
Verified Commit ca34dda9 authored by Jayesh's avatar Jayesh :cat2: Committed by Antoine R. Dumont
Browse files

Minor: Fixed API issue in browse requests in add forge now page

parent 2202610f
No related branches found
Tags v0.3.2
No related merge requests found
......@@ -73,10 +73,7 @@ export function populateRequesBrowseList() {
dom: '<<"d-flex justify-content-between align-items-center"f' +
'<"#list-exclude">l>rt<"bottom"ip>>',
ajax: {
'url': Urls.api_1_add_forge_request_list(),
'dataSrc': function(data) {
return data;
}
'url': Urls.api_1_add_forge_request_list()
},
columns: [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment