Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #511 from foglamp/FOGL-3257-170RC
Browse files Browse the repository at this point in the history
FOGL-3257: Next button remains disabled on Rule plugin page in notification wizard(1.7.0RC))
  • Loading branch information
mshariq-nerd authored Sep 5, 2019
2 parents ba71c12 + 69865a5 commit 35774aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ export class AddNotificationWizardComponent implements OnInit, OnDestroy {
return;
}

const nxtButton = <HTMLButtonElement>document.getElementById('next');
nxtButton.disabled = false;

this.isSinglePlugin = true;
this.isRulePlugin = true;
this.isDeliveryPlugin = true;
Expand Down

0 comments on commit 35774aa

Please sign in to comment.