button("Register") {
            id = "button-schema-register"
            enableWhen(viewModel.isSchemaValidProperty)
            action { viewModel.dispatch { register() }; close() }
        }