Skip to content

Commit

Permalink
Fix Visa not disabling above fields
Browse files Browse the repository at this point in the history
  • Loading branch information
maatinito committed Jan 29, 2024
1 parent bf017e5 commit 98703b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/visa_controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class VisaController extends ApplicationController {
}
}

static CHAMP_SELECTOR = '.editable-champ';
static CHAMP_SELECTOR = '.fr-fieldset__element';
static REPETITION = 'editable-champ-repetition';
static CHECKED_VISA_SELECTOR = "input[data-controller='visa']:checked";
static CHILD_VISA_SELECTOR =
Expand Down

0 comments on commit 98703b3

Please sign in to comment.