Skip to content

Commit

Permalink
Fixed #106
Browse files Browse the repository at this point in the history
  • Loading branch information
samWieczorek committed Dec 22, 2024
1 parent f04388e commit 5514e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/workflow/PipelineConvert/R/PipelineConvert_Convert.R
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ PipelineConvert_Convert_server <- function(id,
output$DataId_btn_validate_ui <- renderUI({
widget <- actionButton(ns("DataId_btn_validate"), "Perform",
class = 'info')
MagellanNTK::toggleWidget(widget, rv$steps.enabled['DataId'] )
MagellanNTK::toggleWidget(widget, rv$steps.enabled['DataId'] && datasetID_Ok())
})

observeEvent(input$DataId_btn_validate, {
Expand Down

0 comments on commit 5514e32

Please sign in to comment.