Skip to content

Commit

Permalink
Fix - Not activating issue while just reload
Browse files Browse the repository at this point in the history
  • Loading branch information
MILAN88888 committed Jul 12, 2023
1 parent 22eea22 commit 8cefc63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/admin/evf-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ jQuery( function( $ ) {
action: function () {
evf_setup_actions.replaceUrlWithPromise(url)
.then(function() {
$('#add-fields').trigger('click');
location.reload(true);
}).catch(function () {
// Handle error if URL replacement fails
Expand Down

0 comments on commit 8cefc63

Please sign in to comment.