Fix compilation on SegmentedControl.V13

This commit is contained in:
Juan Edi 2021-05-26 15:43:38 -03:00
parent fcc095567f
commit 8bf69a6fb2

View File

@ -190,6 +190,7 @@ view config =
, tabView = [ viewIcon option.icon, option.label ]
, panelView = option.content
, spaHref = Maybe.map (\toUrl -> toUrl option.value) config.toUrl
, disabled = False
, labelledBy = Nothing
}