Skip to content

Commit

Permalink
Fix #35 : typo approval_program.teal
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Jan 17, 2022
1 parent e778552 commit 9ae2c4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public boolean isCreateStatefulContract() {
private void createUIComponents() {
// TODO: place custom component creation code here
statefulContractTf = new JBTextField("SfContract-1");
approvalProgramTf = new JBTextField("approval_progam.teal");
approvalProgramTf = new JBTextField("approval_program.teal");
clearStateProgramTf = new JBTextField("clear_state_program.teal");

// if(!enableCreateStatefulContractSelection) { //Only in IDEA ide
Expand Down

0 comments on commit 9ae2c4f

Please sign in to comment.