Skip to content

Commit

Permalink
fixing code standards requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisadmin committed Mar 12, 2024
1 parent b1538fe commit 1f404af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/configuration/jsx/configuration_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ $(function() {
let selectedOption = $(this).parent().parent().children()
.prop('value');

let fieldName = $(this)
.parent().parent().parent().parent().parent().children()
.attr('data-original-title');
let fieldName = $(this)
.parent().parent().parent().parent().parent().children()
.attr('data-original-title');

swal.fire({
text: 'Please confirm you want to delete the option "' +
Expand Down

0 comments on commit 1f404af

Please sign in to comment.