Commit d41fd32c authored by Yoelis Acourt's avatar Yoelis Acourt

Merge branch 'fix-disable-button' into 'dev'

fix: disable button

See merge request !514
parents 02b20181 783768f0
Pipeline #7643 passed with stages
in 25 minutes and 44 seconds
......@@ -756,7 +756,6 @@ submitButtonComponent = here.component "submitButton" cpt
H.button
{ className: "btn btn-primary " <> if datafield == External Empty then "disabled" else ""
, "type": "button"
, "disabled": if datafield == External Empty then "true" else "false"
, on: { click: doSearch onSearch errors session selection' search' }
, style: { width: "100%" }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment