Skip to content

Commit

Permalink
Merge pull request #456 from WWWPiramalFinanceCOM/feature/comp-creati…
Browse files Browse the repository at this point in the history
…on-new

Feature/comp creation new
  • Loading branch information
nky11 committed Sep 12, 2024
2 parents 1c1017f + 5e59ddf commit 900efe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/authorisedagencies/authorisedagencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default async function decorate(block) {
input.value = city;
input.name = "branchlocation";
input.addEventListener('change', (e) => {
window.onscroll = null;
try {
let data= {};
data.click_text = e.target.closest('label').querySelector('span').textContent.trim();
Expand Down

0 comments on commit 900efe4

Please sign in to comment.