Commit 783768f0 authored by Yoelis Acourt's avatar Yoelis Acourt

fix: disable button

parent 02b20181
Pipeline #7642 passed with stages
in 26 minutes and 33 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