Skip to content

Commit

Permalink
Merge branch 'private-release/v1.2.1-231' into zowe-release/v1.2.1-231
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jun 3, 2024
2 parents a822bd9 + 4101879 commit 516521a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ abstract class AbstractWsDialog<Connection : ConnectionConfigBase, WSConfig : Wo
}
}

/**
* Enables continuous validation of the dialog components
*/
override fun continuousValidation(): Boolean {
return true
}

override fun createCenterPanel(): JComponent {
return panel
}
Expand Down

0 comments on commit 516521a

Please sign in to comment.