Skip to content

Commit

Permalink
Merge pull request #8398 from suraj-webkul/category-validation-issue
Browse files Browse the repository at this point in the history
Issue #8228 fixed.
  • Loading branch information
jitendra-webkul committed Sep 18, 2023
2 parents 16d9d0d + 506701d commit b8e2798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
if (binding.value) {
binding.value({
[binding.arg]: target.value
});
}, false);
}
}, 100);
};
Expand Down

0 comments on commit b8e2798

Please sign in to comment.