Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
basilkot authored Jan 16, 2024
1 parent a826152 commit 3873cba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ angular.module('virtoCommerce.orderModule')

blade.fetchEmployees = function (criteria) {
if (blade.isLocked) {
// workaround: ui-search has a problem in the fetchNext function
// workaround: ui-scroll-drop-down has a problem in the fetchNext function
var result = [];

var response = {
Expand Down Expand Up @@ -81,7 +81,7 @@ angular.module('virtoCommerce.orderModule')

blade.fetchVendors = function (criteria) {
if (blade.isLocked) {
// workaround: ui-search has a problem in the fetchNext function
// workaround: ui-scroll-drop-down has a problem in the fetchNext function
var result = [];

var response = {
Expand Down

0 comments on commit 3873cba

Please sign in to comment.