We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55341b7 commit 6c6af64Copy full SHA for 6c6af64
csv-validator-ui/src/main/scala/uk/gov/nationalarchives/csv/validator/ui/CsvValidatorUi.scala
@@ -423,7 +423,6 @@ object CsvValidatorUi extends SimpleSwingApplication {
423
btnValidateMetadataOnly.enabled = true
424
btnValidate.peer.setCursor(Cursor.getDefaultCursor)
425
btnValidateMetadataOnly.peer.setCursor(Cursor.getDefaultCursor)
426
- //this.progressBar.visible = false
427
}
428
)
429
} else doNothingOnClick()
0 commit comments